Home
last modified time | relevance | path

Searched refs:ttisclosure (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lua/src/
Dlobject.h142 #define ttisclosure(o) ((rttype(o) & 0x1F) == LUA_TFUNCTION) macro
160 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
Dldebug.c284 cl = ttisclosure(func) ? clvalue(func) : NULL; in lua_getinfo()
/external/skia/third_party/lua/src/
Dlobject.h142 #define ttisclosure(o) ((rttype(o) & 0x1F) == LUA_TFUNCTION) macro
160 #define clvalue(o) check_exp(ttisclosure(o), &val_(o).gc->cl)
Dldebug.c284 cl = ttisclosure(func) ? clvalue(func) : NULL; in lua_getinfo()