Searched refs:lua_getmetatable (Results 1 – 13 of 13) sorted by relevance
| /freebsd/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 | 685 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
|
| /freebsd/contrib/lua/src/ |
| H A D | ltablib.c | 49 if (lua_getmetatable(L, arg) && /* must have metatable */ in checktab()
|
| H A D | lauxlib.c | 336 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_testudata() 861 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/contrib/lutok/ |
| H A D | state.cpp | 355 return lua_getmetatable(_pimpl->lua_state, index) != 0; in get_metatable()
|
| /freebsd/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 231 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1319 lua_getmetatable(L,-2); in SWIG_Lua_namespace_get() 1358 lua_getmetatable(L,1); /* get the meta table */ in SWIG_Lua_namespace_set() 1398 lua_getmetatable(L,-1); in SWIG_Lua_add_namespace_details() 1504 lua_getmetatable(L,first_arg); in SWIG_Lua_iterate_bases() 1605 lua_getmetatable(L,-2); /* get the meta table */ in SWIG_Lua_class_do_get_item() 1644 lua_getmetatable(L,-2); /* get the meta table */ in SWIG_Lua_class_do_get() 1724 lua_getmetatable(L,substack_start+1); /* get the meta table */ in SWIG_Lua_class_do_set() 2333 lua_getmetatable(L,-1); in SWIG_Lua_class_register_static() 2453 lua_getmetatable(L,-1); in SWIG_Lua_class_register()
|