Searched refs:luaL_getmetatable (Results 1 – 2 of 2) sorted by relevance
312 if (luaL_getmetatable(L, tname) != LUA_TNIL) /* name already in use? */ in luaL_newmetatable()325 luaL_getmetatable(L, tname); in luaL_setmetatable()334 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata()
150 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro
Completed in 8 milliseconds