Searched refs:ast_printer_ (Results 1 – 1 of 1) sorted by relevance
672 : ast_printer_(printer) { in IndentedScope()673 ast_printer_->PrintIndented(txt); in IndentedScope()674 ast_printer_->Print("\n"); in IndentedScope()675 ast_printer_->inc_indent(); in IndentedScope()679 : ast_printer_(printer) { in IndentedScope()680 ast_printer_->PrintIndented(txt); in IndentedScope()681 ast_printer_->Print(" at %d\n", pos); in IndentedScope()682 ast_printer_->inc_indent(); in IndentedScope()686 ast_printer_->dec_indent(); in ~IndentedScope()690 AstPrinter* ast_printer_; member in v8::internal::BASE_EMBEDDED