Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlbaselib.c95 if (!lua_getmetatable(L, 1)) { in luaB_getmetatable()
434 if (lua_getmetatable(L, 1)) { in luaB_newproxy()
440 lua_getmetatable(L, 1); /* metatable is valid; get it */ in luaB_newproxy()
H A Dlauxlib.c127 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_checkudata()
204 if (!lua_getmetatable(L, obj)) /* no metatable? */ in luaL_getmetafield()
H A Dlua.h183 LUA_API int (lua_getmetatable) (lua_State *L, int objindex); variable
H A Dldblib.c30 if (!lua_getmetatable(L, 1)) { in db_getmetatable()
H A Dliolib.c62 if (ud == NULL || !lua_getmetatable(L, 1) || !lua_rawequal(L, -2, -1)) in io_type()
H A Dloadlib.c574 if (!lua_getmetatable(L, 1)) { in ll_seeall()
H A Dlapi.c587 LUA_API int lua_getmetatable (lua_State *L, int objindex) { in lua_getmetatable() function