Lines Matching refs:Protect
571 #define Protect(x) { {x;}; base = ci->u.l.base; } macro
574 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \
587 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } }
610 Protect(traceexec(L)); in luaV_execute()
646 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra)); in luaV_execute()
649 Protect(luaV_gettable(L, RB(i), RKC(i), ra)); in luaV_execute()
653 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i))); in luaV_execute()
661 Protect(luaV_settable(L, ra, RKB(i), RKC(i))); in luaV_execute()
675 Protect(luaV_gettable(L, rb, RKC(i), ra)); in luaV_execute()
705 Protect(luaV_arith(L, ra, rb, rb, TM_UNM)); in luaV_execute()
714 Protect(luaV_objlen(L, ra, RB(i))); in luaV_execute()
721 Protect(luaV_concat(L, c - b + 1)); in luaV_execute()
734 Protect( in luaV_execute()
742 Protect( in luaV_execute()
750 Protect( in luaV_execute()
860 Protect(luaD_call(L, cb, GETARG_C(i), 1)); in luaV_execute()
911 Protect(luaD_checkstack(L, n)); in luaV_execute()