Home
last modified time | relevance | path

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

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