Lines Matching refs:VisitForTest
1753 VisitForTest(stmt->condition(), conditional_builder.then_labels(),
2264 VisitForTest(stmt->cond(), &loop_backbranch, loop_builder.break_labels(),
2282 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(),
2305 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(),
2974 VisitForTest(expr->condition(), conditional_builder.then_labels(),
6541 VisitForTest(expr, then_labels, &test_next, TestFallthrough::kElse);
6543 VisitForTest(expr, &test_next, else_labels, TestFallthrough::kThen);
6565 VisitForTest(right, then_labels, else_labels, fallthrough);
6587 VisitForTest(expr->subsequent(expr->subsequent_length() - 1), then_labels,
7119 void BytecodeGenerator::VisitForTest(Expression* expr,