Searched refs:luaD_seterrorobj (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | ldo.h | 63 LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop);
|
H A D | ldo.c | 91 void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop) { in luaD_seterrorobj() function 683 luaD_seterrorobj(L, status, func); in finishpcallk() 856 luaD_seterrorobj(L, status, L->top.p); /* push error message */ in lua_resume() 958 luaD_seterrorobj(L, status, restorestack(L, old_top)); in luaD_pcall()
|
H A D | lfunc.c | 150 luaD_seterrorobj(L, status, level + 1); /* set error object */ in prepcallclosemth()
|
H A D | lstate.c | 333 luaD_seterrorobj(L, status, L->stack.p + 1); in luaE_resetthread()
|