Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dprettyprinter.cc630 const char* AstPrinter::Print(AstNode* node) { in Print()
636 void AstPrinter::Init() { in Init()
647 void AstPrinter::Print(const char* format, ...) { in Print()
672 void AstPrinter::PrintLiteral(Literal* literal, bool quote) { in PrintLiteral()
705 void AstPrinter::PrintLiteral(const AstRawString* value, bool quote) { in PrintLiteral()
718 void AstPrinter::PrintLiteral(const AstConsString* value, bool quote) { in PrintLiteral()
733 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope()
740 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope()
752 AstPrinter* ast_printer_;
757 AstPrinter::AstPrinter(uintptr_t stack_limit) in AstPrinter() function in v8::internal::AstPrinter
[all …]
Dprettyprinter.h89 class AstPrinter final : public AstVisitor<AstPrinter> {
91 explicit AstPrinter(uintptr_t stack_limit);
92 ~AstPrinter();
Dast.cc59 AstPrinter::PrintOut(isolate, this); in Print()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc153 << AstPrinter(parse_info->stack_limit()) in MaybePrintAst()