Home
last modified time | relevance | path

Searched refs:VisitForAccumulatorValueOrTheHole (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h254 void VisitForAccumulatorValueOrTheHole(Expression* expr);
Dbytecode-generator.cc1845 VisitForAccumulatorValueOrTheHole(expr->extends()); in BuildClassLiteral()
4951 void BytecodeGenerator::VisitForAccumulatorValueOrTheHole(Expression* expr) { in VisitForAccumulatorValueOrTheHole() function in v8::internal::interpreter::BytecodeGenerator