Searched refs:lua_istable (Results 1 – 5 of 5) sorted by relevance
438 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()
249 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()
80 if (!lua_istable(L, -1)) { in traceback()
265 #define lua_istable(L,n) (lua_type(L, (n)) == LUA_TTABLE) macro
248 if (!lua_istable(L, -1)) { in gethooktable()