Searched refs:VisitForTest (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 413 void VisitForTest(Expression* expr, BytecodeLabels* then_labels,
|
H A D | bytecode-generator.cc | 1753 VisitForTest(stmt->condition(), conditional_builder.then_labels(), in VisitIfStatement() 2264 VisitForTest(stmt->cond(), &loop_backbranch, loop_builder.break_labels(), in VisitDoWhileStatement() 2282 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitWhileStatement() 2305 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitForStatement() 2974 VisitForTest(expr->condition(), conditional_builder.then_labels(), in VisitConditional() 6541 VisitForTest(expr, then_labels, &test_next, TestFallthrough::kElse); in VisitLogicalTestSubExpression() 6543 VisitForTest(expr, &test_next, else_labels, TestFallthrough::kThen); in VisitLogicalTestSubExpression() 6565 VisitForTest(right, then_labels, else_labels, fallthrough); in VisitLogicalTest() 6587 VisitForTest(expr->subsequent(expr->subsequent_length() - 1), then_labels, in VisitNaryLogicalTest() 7119 void BytecodeGenerator::VisitForTest(Expressio function in v8::internal::interpreter::BytecodeGenerator [all...] |
Completed in 13 milliseconds