Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c95 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
434 if (lua_getmetatable(L, 1)) { in luaB_newproxy()
440 lua_getmetatable(L, 1); /* metatable is valid; get it */ in luaB_newproxy()
H A Dlauxlib.c127 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_checkudata()
204 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
H A Dlua.h183 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
H A Dldblib.c30 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
H A Dliolib.c62 if (ud == NULL || !lua_getmetatable(L, 1) || !lua_rawequal(L, -2, -1)) in io_type()
H A Dloadlib.c574 if (!lua_getmetatable(L, 1)) { in ll_seeall()
H A Dlapi.c587 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c85 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
H A Dlauxlib.c253 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_testudata()
556 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
H A Dlapi.c683 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h231 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable