Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldebug.c34 #define LuaClosure(f) ((f) != NULL && (f)->c.tt == LUA_VLCL) macro
260 if (!LuaClosure(cl)) { in funcinfo()
294 if (!LuaClosure(f)) { in collectvalidlines()
347 if (!LuaClosure(f)) { in auxgetinfo()