Searched refs:ttistable (Results 1 – 5 of 5) sorted by relevance
86 (!ttistable(t) \97 (!ttistable(t) \
667 #define ttistable(o) checktag((o), ctb(LUA_VTABLE)) macro669 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc))
93 if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) || in luaT_objtypename()
721 api_check(L, ttistable(t), "table expected"); in gettable()936 api_check(L, ttistable(s2v(L->top - 1)), "table expected"); in lua_setmetatable()
293 lua_assert(!ttistable(t)); in luaV_finishget()
Completed in 14 milliseconds