Searched refs:lua_getmetatable (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 84 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
|
| H A D | lauxlib.c | 252 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_testudata() 555 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
|
| H A D | lapi.c | 684 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | ltablib.c | 49 if (lua_getmetatable(L, arg) && /* must have metatable */ in checktab()
|
| H A D | lauxlib.c | 333 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_testudata() 852 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
|
| H A D | ldblib.c | 49 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
|
| H A D | lbaselib.c | 128 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
|
| H A D | lua.h | 271 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|
| H A D | lapi.c | 775 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
|
| H A D | ltests.c | 1468 if (lua_getmetatable(L1, getindex) == 0) in runC()
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | state.cpp | 355 return lua_getmetatable(_pimpl->lua_state, index) != 0; in get_metatable()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 230 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1275 lua_getmetatable(L,-2); in SWIG_Lua_namespace_get() 1314 lua_getmetatable(L,1); /* get the meta table */ in SWIG_Lua_namespace_set() 1354 lua_getmetatable(L,-1); in SWIG_Lua_add_namespace_details() 1460 lua_getmetatable(L,first_arg); in SWIG_Lua_iterate_bases() 1560 lua_getmetatable(L,-2); /* get the meta table */ in SWIG_Lua_class_do_get_item() 1598 lua_getmetatable(L,-2); /* get the meta table */ in SWIG_Lua_class_do_get() 1678 lua_getmetatable(L,substack_start+1); /* get the meta table */ in SWIG_Lua_class_do_set() 2287 lua_getmetatable(L,-1); in SWIG_Lua_class_register_static() 2407 lua_getmetatable(L,-1); in SWIG_Lua_class_register()
|