Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlgc.h185 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
H A Dlapi.c918 luaC_checkfinalizer(L, gcvalue(obj), mt); in lua_setmetatable()
926 luaC_checkfinalizer(L, gcvalue(obj), mt); in lua_setmetatable()
H A Dlgc.c1005 void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt) { in luaC_checkfinalizer() function