• Home
  • Raw
  • Download

Lines Matching refs:TestFallthrough

634                   BytecodeLabels* else_labels, TestFallthrough fallthrough)  in TestResultScope()
668 TestFallthrough fallthrough() const { return fallthrough_; } in fallthrough()
669 TestFallthrough inverted_fallthrough() const { in inverted_fallthrough()
671 case TestFallthrough::kThen: in inverted_fallthrough()
672 return TestFallthrough::kElse; in inverted_fallthrough()
673 case TestFallthrough::kElse: in inverted_fallthrough()
674 return TestFallthrough::kThen; in inverted_fallthrough()
676 return TestFallthrough::kNone; in inverted_fallthrough()
679 void set_fallthrough(TestFallthrough fallthrough) { in set_fallthrough()
685 TestFallthrough fallthrough_;
1368 conditional_builder.else_labels(), TestFallthrough::kThen); in VisitIfStatement()
1490 TestFallthrough::kThen); in VisitDoWhileStatement()
1509 TestFallthrough::kThen); in VisitWhileStatement()
1533 TestFallthrough::kThen); in VisitForStatement()
2055 conditional_builder.else_labels(), TestFallthrough::kThen); in VisitConditional()
4121 case TestFallthrough::kThen: in BuildLiteralCompareNil()
4124 case TestFallthrough::kElse: in BuildLiteralCompareNil()
4127 case TestFallthrough::kNone: in BuildLiteralCompareNil()
4498 VisitForTest(expr, then_labels, &test_next, TestFallthrough::kElse); in VisitLogicalTestSubExpression()
4501 VisitForTest(expr, &test_next, else_labels, TestFallthrough::kThen); in VisitLogicalTestSubExpression()
4515 TestFallthrough fallthrough = test_result->fallthrough(); in VisitLogicalTest()
4532 TestFallthrough fallthrough = test_result->fallthrough(); in VisitNaryLogicalTest()
5002 TestFallthrough fallthrough) { in BuildTest()
5004 case TestFallthrough::kThen: in BuildTest()
5007 case TestFallthrough::kElse: in BuildTest()
5010 case TestFallthrough::kNone: in BuildTest()
5022 TestFallthrough fallthrough) { in VisitForTest()