HomeSort by relevance Sort by last modified time
    Searched defs:AstPrinter (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
prettyprinter.h 80 class AstPrinter: public PrettyPrinter {
82 AstPrinter();
83 virtual ~AstPrinter();
prettyprinter.cc 622 static void SetAstPrinter(AstPrinter* a) { ast_printer_ = a; }
625 static AstPrinter* ast_printer_;
629 AstPrinter* IndentedScope::ast_printer_ = NULL;
634 int AstPrinter::indent_ = 0;
637 AstPrinter::AstPrinter() {
643 AstPrinter::~AstPrinter() {
649 void AstPrinter::PrintIndented(const char* txt) {
657 void AstPrinter::PrintLiteralIndented(const char* info
    [all...]

Completed in 43 milliseconds