Searched refs:lua_getmetatable (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/sys/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
|
| /freebsd-13.1/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() 824 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
|
| H A D | lbaselib.c | 128 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
|
| H A D | ldblib.c | 49 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
|
| H A D | lua.h | 260 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|
| H A D | lapi.c | 741 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | state.cpp | 355 return lua_getmetatable(_pimpl->lua_state, index) != 0; in get_metatable()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 231 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1296 lua_getmetatable(L,-2); in SWIG_Lua_namespace_get() 1335 lua_getmetatable(L,1); /* get the meta table */ in SWIG_Lua_namespace_set() 1375 lua_getmetatable(L,-1); in SWIG_Lua_add_namespace_details() 1481 lua_getmetatable(L,first_arg); in SWIG_Lua_iterate_bases() 1581 lua_getmetatable(L,-2); /* get the meta table */ in SWIG_Lua_class_do_get_item() 1619 lua_getmetatable(L,-2); /* get the meta table */ in SWIG_Lua_class_do_get() 1699 lua_getmetatable(L,substack_start+1); /* get the meta table */ in SWIG_Lua_class_do_set() 2308 lua_getmetatable(L,-1); in SWIG_Lua_class_register_static() 2428 lua_getmetatable(L,-1); in SWIG_Lua_class_register()
|