Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dlfunc.h28 LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
H A Dlfunc.c80 void luaF_freeupval (lua_State *L, UpVal *uv) { in luaF_freeupval() function
95 luaF_freeupval(L, uv); /* free upvalue */ in luaF_close()
H A Dlgc.c672 case LUA_TUPVAL: luaF_freeupval(L, gco2uv(o)); break; in freeobj()