Lines Matching full:protect
86 ci->func = L->top - 1; /* protect stack below results */ in traceexec()
572 #define Protect(x) { {x;} base = ci->u.l.base; } macro
575 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \
588 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } }
611 Protect(traceexec(L)); in luaV_execute()
647 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra)); in luaV_execute()
650 Protect(luaV_gettable(L, RB(i), RKC(i), ra)); in luaV_execute()
654 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i))); in luaV_execute()
662 Protect(luaV_settable(L, ra, RKB(i), RKC(i))); in luaV_execute()
676 Protect(luaV_gettable(L, rb, RKC(i), ra)); in luaV_execute()
706 Protect(luaV_arith(L, ra, rb, rb, TM_UNM)); in luaV_execute()
715 Protect(luaV_objlen(L, ra, RB(i))); in luaV_execute()
722 Protect(luaV_concat(L, c - b + 1)); in luaV_execute()
735 Protect( in luaV_execute()
743 Protect( in luaV_execute()
751 Protect( in luaV_execute()
861 Protect(luaD_call(L, cb, GETARG_C(i), 1)); in luaV_execute()
912 Protect(luaD_checkstack(L, n)); in luaV_execute()