Searched refs:checktype (Results 1 – 1 of 1) sorted by relevance
132 #define checktype(o,t) (ttypenv(o) == (t)) macro137 #define ttisstring(o) checktype((o), LUA_TSTRING)141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)364 #undef checktype366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro