Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h613 #define isLfunction(o) ttisLclosure(o) macro
H A Dldebug.c228 if (!isLfunction(s2v(L->top.p - 1))) /* not a Lua function? */ in lua_getlocal()
H A Dlapi.c1126 if (isLfunction(o)) in lua_dump()