Searched refs:checktype (Results 1 – 2 of 2) sorted by relevance
88 #define checktype(o,t) (ttype(o) == (t)) macro169 #define ttisnil(v) checktype((v), LUA_TNIL)218 #define ttisboolean(o) checktype((o), LUA_TBOOLEAN)302 #define ttisnumber(o) checktype((o), LUA_TNUMBER)339 #define ttisstring(o) checktype((o), LUA_TSTRING)570 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)
6 checktype = TRC_CFC_CHECK key