Searched refs:luaL_getmetatable (Results 1 – 2 of 2) sorted by relevance
273 luaL_getmetatable(L, tname); /* try to get metatable */ in luaL_newmetatable()285 luaL_getmetatable(L, tname); in luaL_setmetatable()294 luaL_getmetatable(L, tname); /* get correct metatable */ in luaL_testudata()
130 #define luaL_getmetatable(L,n) (lua_getfield(L, LUA_REGISTRYINDEX, (n))) macro