Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c87 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