Searched refs:savepc (Results 1 – 1 of 1) sorted by relevance
1075 #define savepc(L) (ci->u.l.savedpc = pc) macro1082 #define savestate(L,ci) (savepc(L), L->top = ci->top)1092 #define ProtectNT(exp) (savepc(L), (exp), updatetrap(ci))1102 #define halfProtectNT(exp) (savepc(L), (exp))1106 { luaC_condGC(L, (savepc(L), L->top = (c)), \1626 savepc(ci); /* some calls here can raise errors */ in luaV_execute()1656 savepc(ci); in luaV_execute()