Searched defs:ttisfunction (Results 1 – 2 of 2) sorted by relevance
83 #define ttisfunction(o) (ttype(o) == LUA_TFUNCTION) macro
139 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) macro