Searched defs:AstPrinter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dprettyprinter.h83 class AstPrinter: public PrettyPrinter { class in namespace:v8::internal
85 explicit AstPrinter(Isolate* isolate);
86 virtual ~AstPrinter();
H A Dprettyprinter.cc641 IndentedScope(AstPrinter* printer, const char* txt)
653 AstPrinter* ast_printer_;
660 AstPrinter::AstPrinter(Isolate* isolate) : PrettyPrinter(isolate), indent_(0) { function in class:v8::internal::AstPrinter
664 AstPrinter::~AstPrinter() {
669 void AstPrinter::PrintIndented(const char* txt) {
677 void AstPrinter::PrintLiteralIndented(const char* info,
687 void AstPrinter::PrintLiteralWithModeIndented(const char* info,
702 void AstPrinter
[all...]
/external/v8/src/
H A Dprettyprinter.h81 class AstPrinter: public PrettyPrinter { class in namespace:v8::internal
83 AstPrinter();
84 virtual ~AstPrinter();
H A Dprettyprinter.cc616 explicit IndentedScope(AstPrinter* printer) : ast_printer_(printer) {
620 IndentedScope(AstPrinter* printer, const char* txt, AstNode* node = NULL)
632 AstPrinter* ast_printer_;
639 AstPrinter::AstPrinter() : indent_(0) { function in class:v8::internal::AstPrinter
643 AstPrinter::~AstPrinter() {
648 void AstPrinter::PrintIndented(const char* txt) {
656 void AstPrinter::PrintLiteralIndented(const char* info,
666 void AstPrinter
[all...]

Completed in 394 milliseconds