Home
last modified time | relevance | path

Searched refs:isLfunction (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlobject.h576 #define isLfunction(o) ttisLclosure(o) macro
Dldebug.c228 if (!isLfunction(s2v(L->top - 1))) /* not a Lua function? */ in lua_getlocal()
Dlapi.c1084 if (isLfunction(o)) in lua_dump()