Searched refs:VisitEmptyStatement (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ | ||
D | rewriter.cc | 325 void Processor::VisitEmptyStatement(EmptyStatement* node) { in VisitEmptyStatement() function in v8::internal::Processor |
/external/v8/src/ast/ | ||
D | prettyprinter.cc | 96 void CallPrinter::VisitEmptyStatement(EmptyStatement* node) {} in VisitEmptyStatement() function in v8::internal::CallPrinter |
D | ast-traversal-visitor.h | 153 void AstTraversalVisitor<Subclass>::VisitEmptyStatement(EmptyStatement* stmt) {} in VisitEmptyStatement() function |
/external/v8/src/interpreter/ | ||
D | bytecode-generator.cc | 1345 void BytecodeGenerator::VisitEmptyStatement(EmptyStatement* stmt) { in VisitEmptyStatement() function in v8::internal::interpreter::BytecodeGenerator |