Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlbaselib.c91 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
H A Dlauxlib.c254 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_testudata()
557 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
H A Dlua.h230 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
H A Dlapi.c685 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
/freebsd-12.1/contrib/lua/src/
H A Dltablib.c49 if (lua_getmetatable(L, arg) && /* must have metatable */ in checktab()
H A Dlbaselib.c116 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
H A Dlauxlib.c321 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_testudata()
773 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
H A Dldblib.c49 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
H A Dlua.h251 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
H A Dloadlib.c693 if (!lua_getmetatable(L, 1)) { in ll_seeall()
H A Dlapi.c697 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function