Home
last modified time | relevance | path

Searched refs:ttisCclosure (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlobject.h154 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL)) macro
173 #define clCvalue(o) check_exp(ttisCclosure(o), gco2ccl(val_(o).gc))
Dlapi.c266 return (ttislcf(o) || (ttisCclosure(o))); in lua_iscfunction()
407 else if (ttisCclosure(o)) in lua_tocfunction()