Searched refs:ast_printer_ (Results 1 – 1 of 1) sorted by relevance
1141 : ast_printer_(printer) { in IndentedScope()1142 ast_printer_->PrintIndented(txt); in IndentedScope()1143 ast_printer_->Print("\n"); in IndentedScope()1144 ast_printer_->inc_indent(); in IndentedScope()1148 : ast_printer_(printer) { in IndentedScope()1149 ast_printer_->PrintIndented(txt); in IndentedScope()1150 ast_printer_->Print(" at %d\n", pos); in IndentedScope()1151 ast_printer_->inc_indent(); in IndentedScope()1155 ast_printer_->dec_indent(); in ~IndentedScope()1159 AstPrinter* ast_printer_; member in v8::internal::BASE_EMBEDDED