LUA_API int lua_pcall(lua_State *L, int nargs, int nresults, int errfunc); May Mike Pall explain where errfunc is stored in frame? I cannot figure out it when digging into source code of LJ2.