Searched refs:isLfunction (Results 1 – 2 of 2) sorted by relevance
316 #define isLfunction(o) (ttype(o) == LUA_TFUNCTION && !clvalue(o)->c.isC) macro
881 if (isLfunction(o)) in lua_dump()