Home
last modified time | relevance | path

Searched refs:luaF_freeupval (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/module/lua/
H A Dlfunc.h29 LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
H A Dlfunc.c81 void luaF_freeupval (lua_State *L, UpVal *uv) { in luaF_freeupval() function
96 luaF_freeupval(L, uv); /* free upvalue */ in luaF_close()
H A Dlgc.c673 case LUA_TUPVAL: luaF_freeupval(L, gco2uv(o)); break; in freeobj()