Home | History | Annotate | Download | only in compiler

Lines Matching defs:is_postfix

1381   bool is_postfix = expr->is_postfix() && !ast_context()->IsEffect();
1382 if (is_postfix) environment()->Push(jsgraph()->UndefinedConstant());
1420 if (is_postfix) environment()->Poke(stack_depth, old_value);
1463 if (is_postfix) value = environment()->Pop();