Home
last modified time | relevance | path

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

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