Searched refs:AstPrinter (Results 1 – 4 of 4) sorted by relevance
453 const char* AstPrinter::Print(AstNode* node) { in Print()459 void AstPrinter::Init() { in Init()470 void AstPrinter::Print(const char* format, ...) { in Print()496 void AstPrinter::PrintLabels(ZoneList<const AstRawString*>* labels) { in PrintLabels()505 void AstPrinter::PrintLiteral(Handle<Object> value, bool quote) { in PrintLiteral()555 void AstPrinter::PrintLiteral(const AstRawString* value, bool quote) { in PrintLiteral()564 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()571 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope()583 AstPrinter* ast_printer_;589 AstPrinter::AstPrinter(Isolate* isolate) in AstPrinter() function in v8::internal::AstPrinter[all …]
55 class AstPrinter final : public AstVisitor<AstPrinter> {57 explicit AstPrinter(Isolate* isolate);58 ~AstPrinter();
54 AstPrinter::PrintOut(isolate, this); in Print()
112 AstPrinter(info->isolate()).PrintProgram(info->literal())); in MakeCodePrologue()