Searched refs:AstPrinter (Results 1 – 3 of 3) sorted by relevance
1112 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::AstPrinter1141 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 …]
100 class AstPrinter: public PrettyPrinter {102 explicit AstPrinter(Isolate* isolate);103 virtual ~AstPrinter();
117 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()