Searched refs:AstPrinter (Results 1 – 4 of 4) sorted by relevance
550 const char* AstPrinter::Print(AstNode* node) { in Print()556 void AstPrinter::Init() { in Init()567 void AstPrinter::Print(const char* format, ...) { in Print()593 void AstPrinter::PrintLabels(ZonePtrList<const AstRawString>* labels) { in PrintLabels()602 void AstPrinter::PrintLiteral(Literal* literal, bool quote) { in PrintLiteral()643 void AstPrinter::PrintLiteral(const AstRawString* value, bool quote) { in PrintLiteral()656 void AstPrinter::PrintLiteral(const AstConsString* value, bool quote) { in PrintLiteral()671 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()678 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope()690 AstPrinter* ast_printer_;[all …]
69 class AstPrinter final : public AstVisitor<AstPrinter> {71 explicit AstPrinter(uintptr_t stack_limit);72 ~AstPrinter();
56 AstPrinter::PrintOut(isolate, this); in Print()
144 << AstPrinter(parse_info->stack_limit()) in MaybePrintAst()