Searched refs:old_errfunc (Results 1 – 3 of 3) sorted by relevance
184 ptrdiff_t old_errfunc; member
629 L->errfunc = ci->u.c.old_errfunc; in finishpcallk()890 ptrdiff_t old_errfunc = L->errfunc; in luaD_pcall() local900 L->errfunc = old_errfunc; in luaD_pcall()
1065 ci->u.c.old_errfunc = L->errfunc; in lua_pcallk()1071 L->errfunc = ci->u.c.old_errfunc; in lua_pcallk()
Completed in 9 milliseconds