Searched refs:ast_printer_ (Results 1 – 1 of 1) sorted by relevance
1113 : ast_printer_(printer) { in IndentedScope()1114 ast_printer_->PrintIndented(txt); in IndentedScope()1115 ast_printer_->Print("\n"); in IndentedScope()1116 ast_printer_->inc_indent(); in IndentedScope()1120 : ast_printer_(printer) { in IndentedScope()1121 ast_printer_->PrintIndented(txt); in IndentedScope()1122 ast_printer_->Print(" at %d\n", pos); in IndentedScope()1123 ast_printer_->inc_indent(); in IndentedScope()1127 ast_printer_->dec_indent(); in ~IndentedScope()1131 AstPrinter* ast_printer_; member in v8::internal::BASE_EMBEDDED