Home
last modified time | relevance | path

Searched refs:lua_getmetatable (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltablib.c49 if (lua_getmetatable(L, arg) && /* must have metatable */ in checktab()
A Dlbaselib.c128 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
A Dldblib.c49 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
A Dlauxlib.c333 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_testudata()
846 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
A Dlua.h260 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
A Dlapi.c769 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function

Completed in 16 milliseconds