Searched refs:VisitLiteral (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ast/ | ||
D | prettyprinter.cc | 228 void CallPrinter::VisitLiteral(Literal* node) { in VisitLiteral() function in v8::internal::CallPrinter |
D | ast-traversal-visitor.h | 321 void AstTraversalVisitor<Subclass>::VisitLiteral(Literal* expr) { in VisitLiteral() function |
/external/v8/src/interpreter/ | ||
D | bytecode-generator.cc | 2066 void BytecodeGenerator::VisitLiteral(Literal* expr) { in VisitLiteral() function in v8::internal::interpreter::BytecodeGenerator |