HomeSort by relevance Sort by last modified time
    Searched defs:AstPrinter (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
prettyprinter.h 103 class AstPrinter: public PrettyPrinter {
105 explicit AstPrinter(Isolate* isolate);
106 virtual ~AstPrinter();
prettyprinter.cc 1140 IndentedScope(AstPrinter* printer, const char* txt)
1147 IndentedScope(AstPrinter* printer, const char* txt, int pos)
1159 AstPrinter* ast_printer_;
1166 AstPrinter::AstPrinter(Isolate* isolate) : PrettyPrinter(isolate), indent_(0) {}
1169 AstPrinter::~AstPrinter() {
1174 void AstPrinter::PrintIndented(const char* txt) {
1182 void AstPrinter::PrintLiteralIndented(const char* info,
1192 void AstPrinter::PrintLiteralWithModeIndented(const char* info
    [all...]

Completed in 59 milliseconds