Searched refs:ast_printer_ (Results 1 – 1 of 1) sorted by relevance
565 : ast_printer_(printer) { in IndentedScope()566 ast_printer_->PrintIndented(txt); in IndentedScope()567 ast_printer_->Print("\n"); in IndentedScope()568 ast_printer_->inc_indent(); in IndentedScope()572 : ast_printer_(printer) { in IndentedScope()573 ast_printer_->PrintIndented(txt); in IndentedScope()574 ast_printer_->Print(" at %d\n", pos); in IndentedScope()575 ast_printer_->inc_indent(); in IndentedScope()579 ast_printer_->dec_indent(); in ~IndentedScope()583 AstPrinter* ast_printer_; member in v8::internal::BASE_EMBEDDED