Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h161 void VisitForAccumulatorValueOrTheHole(Expression* expr);
Dbytecode-generator.cc1492 VisitForAccumulatorValueOrTheHole(expr->extends()); in VisitClassLiteral()
3369 void BytecodeGenerator::VisitForAccumulatorValueOrTheHole(Expression* expr) { in VisitForAccumulatorValueOrTheHole() function in v8::internal::interpreter::BytecodeGenerator