Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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
/freebsd-13.1/contrib/lua/src/
H A Dltablib.c49 if (lua_getmetatable(L, arg) && /* must have metatable */ in checktab()
H A Dlauxlib.c333 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 Dlbaselib.c128 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
H A Dldblib.c49 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
H A Dlua.h260 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
H A Dlapi.c741 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
/freebsd-13.1/contrib/lutok/
H A Dstate.cpp355 return lua_getmetatable(_pimpl->lua_state, index) != 0; in get_metatable()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h231 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1296 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()