Searched refs:isLfunction (Results 1 – 5 of 5) sorted by relevance
316 #define isLfunction(o) (ttype(o) == LUA_TFUNCTION && !clvalue(o)->c.isC) macro
881 if (isLfunction(o)) in lua_dump()
534 #define isLfunction(o) ttisLclosure(o) macro
155 if (!isLfunction(L->top - 1)) /* not a Lua function? */ in lua_getlocal()
1000 if (isLfunction(o)) in lua_dump()