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 D | lbaselib.c | 91 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
|
| H A D | lauxlib.c | 254 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 D | lua.h | 230 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|
| H A D | lapi.c | 685 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ltablib.c | 49 if (lua_getmetatable(L, arg) && /* must have metatable */ in checktab()
|
| H A D | lbaselib.c | 116 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
|
| H A D | lauxlib.c | 321 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 D | ldblib.c | 49 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
|
| H A D | lua.h | 251 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
|
| H A D | loadlib.c | 693 if (!lua_getmetatable(L, 1)) { in ll_seeall()
|
| H A D | lapi.c | 697 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function
|