Home
last modified time | relevance | path

Searched refs:lua_istable (Results 1 – 5 of 5) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dloadlib.c438 if (!lua_istable(L, -1)) in loader_preload()
464 if (!lua_istable(L, -1)) in ll_require()
549 if (!lua_istable(L, -1)) { /* not found? */ in ll_module()
H A Dlauxlib.c249 if (!lua_istable(L, -1)) { /* not found? */ in luaI_openlib()
373 else if (!lua_istable(L, -1)) { /* field has a non-table value? */ in luaL_findtable()
H A Dlua.c80 if (!lua_istable(L, -1)) { in traceback()
H A Dlua.h265 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
H A Dldblib.c248 if (!lua_istable(L, -1)) { in gethooktable()