Searched refs:test_right (Results 1 – 1 of 1) sorted by relevance
2843 BytecodeLabels test_right(zone()); in VisitLogicalOrExpression() local2844 VisitForTest(left, test_result->then_labels(), &test_right, in VisitLogicalOrExpression()2846 test_right.Bind(builder()); in VisitLogicalOrExpression()2878 BytecodeLabels test_right(zone()); in VisitLogicalAndExpression() local2879 VisitForTest(left, &test_right, test_result->else_labels(), in VisitLogicalAndExpression()2881 test_right.Bind(builder()); in VisitLogicalAndExpression()