Searched refs:noLuaClosure (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dldebug.c33 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_TCCL) macro
179 if (noLuaClosure(cl)) {
197 if (noLuaClosure(f)) {
230 if (noLuaClosure(f)) {

Completed in 32 milliseconds