HomeSort by: relevance | last modified time | path
    Searched defs:errfunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
ldebug.c 814 if (L->errfunc != 0) { /* is there an error handling function? */
815 StkId errfunc = restorestack(L, L->errfunc); local
816 lua_assert(ttisfunction(s2v(errfunc)));
818 setobjs2s(L, L->top.p - 1, errfunc); /* push function */
lstate.h 328 ptrdiff_t errfunc; /* current error handling function (stack index) */ member in struct:lua_State

Completed in 27 milliseconds