Searched refs:savepc (Results 1 – 1 of 1) sorted by relevance
1112 #define savepc(L) (ci->u.l.savedpc = pc) macro1119 #define savestate(L,ci) (savepc(L), L->top.p = ci->top.p)1129 #define ProtectNT(exp) (savepc(L), (exp), updatetrap(ci))1139 { luaC_condGC(L, (savepc(L), L->top.p = (c)), \1688 savepc(L); /* in case of errors */ in luaV_execute()1708 savepc(ci); /* several calls here can raise errors */ in luaV_execute()1729 savepc(ci); in luaV_execute()1749 savepc(ci); in luaV_execute()1766 savepc(ci); in luaV_execute()