Searched refs:AstPrinter (Results 1 – 5 of 5) sorted by relevance
1140 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()1147 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope()1159 AstPrinter* ast_printer_;1166 AstPrinter::AstPrinter(Isolate* isolate) : PrettyPrinter(isolate), indent_(0) {} in AstPrinter() function in v8::internal::AstPrinter1169 AstPrinter::~AstPrinter() { in ~AstPrinter()1174 void AstPrinter::PrintIndented(const char* txt) { in PrintIndented()1182 void AstPrinter::PrintLiteralIndented(const char* info, in PrintLiteralIndented()1192 void AstPrinter::PrintLiteralWithModeIndented(const char* info, in PrintLiteralWithModeIndented()1207 void AstPrinter::PrintLabelsIndented(ZoneList<const AstRawString*>* labels) { in PrintLabelsIndented()1215 void AstPrinter::PrintIndentedVisit(const char* s, AstNode* node) { in PrintIndentedVisit()[all …]
103 class AstPrinter: public PrettyPrinter {105 explicit AstPrinter(Isolate* isolate);106 virtual ~AstPrinter();
40 AstPrinter::PrintOut(isolate, this); in AST_NODE_LIST()
115 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()
160 << AstPrinter(info->isolate()).PrintProgram(info->literal()) << std::endl in MakeBytecode()