Searched refs:ttistable (Results 1 – 5 of 5) sorted by relevance
84 (!ttistable(t) \95 (!ttistable(t) \
655 #define ttistable(o) checktag((o), ctb(LUA_VTABLE)) macro657 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc))
93 if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) || in luaT_objtypename()
693 api_check(L, ttistable(t), "table expected"); in gettable()910 api_check(L, ttistable(s2v(L->top - 1)), "table expected"); in lua_setmetatable()
293 lua_assert(!ttistable(t)); in luaV_finishget()