Searched refs:savepc (Results 1 – 1 of 1) sorted by relevance
1104 #define savepc(L) (ci->u.l.savedpc = pc) macro1111 #define savestate(L,ci) (savepc(L), L->top.p = ci->top.p)1121 #define ProtectNT(exp) (savepc(L), (exp), updatetrap(ci))1131 { luaC_condGC(L, (savepc(L), L->top.p = (c)), \1687 savepc(L); /* in case of errors */ in luaV_execute()1707 savepc(ci); /* several calls here can raise errors */ in luaV_execute()1728 savepc(ci); in luaV_execute()1748 savepc(ci); in luaV_execute()1765 savepc(ci); in luaV_execute()