Home
last modified time | relevance | path

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

/external/lua/src/
Dldo.c543 L->errfunc = ci->u.c.old_errfunc; /* with the same error function */ in finishCcall()
610 L->errfunc = ci->u.c.old_errfunc; in recover()
747 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local
759 L->errfunc = old_errfunc; in luaD_pcall()
Dlstate.h205 ptrdiff_t old_errfunc; member
Dlapi.c1039 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()
1045 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()