Searched refs:savepc (Results 1 – 1 of 1) sorted by relevance
1082 #define savepc(L) (ci->u.l.savedpc = pc) macro1089 #define savestate(L,ci) (savepc(L), L->top = ci->top)1099 #define ProtectNT(exp) (savepc(L), (exp), updatetrap(ci))1109 { luaC_condGC(L, (savepc(L), L->top = (c)), \1623 savepc(L); /* in case of errors */ in luaV_execute()1642 savepc(ci); /* several calls here can raise errors */ in luaV_execute()1671 savepc(ci); in luaV_execute()1689 savepc(ci); in luaV_execute()1705 savepc(ci); in luaV_execute()
Completed in 11 milliseconds