Searched refs:lua_getmetatable (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lbaselib.c | 95 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 D | lauxlib.c | 127 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 D | lua.h | 183 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|
| H A D | ldblib.c | 30 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
|
| H A D | liolib.c | 62 if (ud == NULL || !lua_getmetatable(L, 1) || !lua_rawequal(L, -2, -1)) in io_type()
|
| H A D | loadlib.c | 574 if (!lua_getmetatable(L, 1)) { in ll_seeall()
|
| H A D | lapi.c | 587 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 85 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
|
| H A D | lauxlib.c | 253 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 D | lapi.c | 683 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 231 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|