• Home
  • Raw
  • Download

Lines Matching refs:BytecodeLabel

249     BytecodeLabel fall_through;  in ApplyDeferredCommands()
696 BytecodeLabel* NewThenLabel() { return then_labels_->New(); } in NewThenLabel()
697 BytecodeLabel* NewElseLabel() { return else_labels_->New(); } in NewElseLabel()
1954 BytecodeLabel subject_undefined_label; in VisitForInStatement()
2281 BytecodeLabel done; in BuildClassLiteral()
2521 BytecodeLabel done; in BuildInstanceMemberInitialization()
3280 BytecodeLabel end_label; in BuildVariableAssignment()
3625 BytecodeLabel suppress_close_exception; in BuildFinalizeIteration()
3778 BytecodeLabel do_assignment; in BuildDestructuringArrayAssignment()
3801 BytecodeLabel is_done; in BuildDestructuringArrayAssignment()
3905 BytecodeLabel is_null_or_undefined, not_null_or_undefined; in BuildDestructuringObjectAssignment()
3996 BytecodeLabel value_not_undefined; in BuildDestructuringObjectAssignment()
4146 BytecodeLabel short_circuit; in VisitCompoundAssignment()
4148 BytecodeLabel nullish; in VisitCompoundAssignment()
4453 BytecodeLabel check_if_done; in VisitYieldStar()
4502 BytecodeLabel completion_is_output_value; in VisitYieldStar()
4561 BytecodeLabel resume_next; in BuildAwait()
4713 BytecodeLabel return_check; in BuildPrivateBrandCheck()
4792 BytecodeLabel done; in BuildOptionalChain()
5215 BytecodeLabel done; in VisitDelete()
5637 BytecodeLabel async_iterator_undefined, done; in BuildGetIterator()
5685 BytecodeLabel no_type_error; in BuildGetIterator()
5724 BytecodeLabel is_object; in BuildIteratorNext()
5735 BytecodeLabel* if_called, in BuildCallIteratorMethod()
5754 BytecodeLabel if_called; in BuildIteratorClose()
5975 BytecodeLabel is_null_or_undefined; in VisitNullishSubExpression()