Home
last modified time | relevance | path

Searched refs:AstPrinter (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dprettyprinter.cc1112 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()
1119 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope()
1131 AstPrinter* ast_printer_;
1138 AstPrinter::AstPrinter(Isolate* isolate) : PrettyPrinter(isolate), indent_(0) {} in AstPrinter() function in v8::internal::AstPrinter
1141 AstPrinter::~AstPrinter() { in ~AstPrinter()
1146 void AstPrinter::PrintIndented(const char* txt) { in PrintIndented()
1154 void AstPrinter::PrintLiteralIndented(const char* info, in PrintLiteralIndented()
1164 void AstPrinter::PrintLiteralWithModeIndented(const char* info, in PrintLiteralWithModeIndented()
1179 void AstPrinter::PrintLabelsIndented(ZoneList<const AstRawString*>* labels) { in PrintLabelsIndented()
1187 void AstPrinter::PrintIndentedVisit(const char* s, AstNode* node) { in PrintIndentedVisit()
[all …]
Dprettyprinter.h100 class AstPrinter: public PrettyPrinter {
102 explicit AstPrinter(Isolate* isolate);
103 virtual ~AstPrinter();
/external/v8/src/
Dcodegen.cc117 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()