Searched refs:luaC_checkfinalizer (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lgc.h | 153 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
|
H A D | lapi.c | 827 luaC_checkfinalizer(L, gcvalue(obj), mt); in lua_setmetatable() 835 luaC_checkfinalizer(L, gcvalue(obj), mt); in lua_setmetatable()
|
H A D | lgc.c | 871 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer() function
|
/freebsd/contrib/lua/src/ |
H A D | lgc.h | 198 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
|
H A D | lapi.c | 950 luaC_checkfinalizer(L, gcvalue(obj), mt); in lua_setmetatable() 958 luaC_checkfinalizer(L, gcvalue(obj), mt); in lua_setmetatable()
|
H A D | lgc.c | 1017 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer() function
|