Searched defs:noLuaClosure (Results 1 – 2 of 2) sorted by relevance
29 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_TCCL) macro
34 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_VCCL) macro