Home
last modified time | relevance | path

Searched refs:ast_printer_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dprettyprinter.cc600 explicit IndentedScope(AstPrinter* printer) : ast_printer_(printer) { in IndentedScope()
601 ast_printer_->inc_indent(); in IndentedScope()
605 : ast_printer_(printer) { in IndentedScope()
606 ast_printer_->PrintIndented(txt); in IndentedScope()
607 ast_printer_->Print("\n"); in IndentedScope()
608 ast_printer_->inc_indent(); in IndentedScope()
612 ast_printer_->dec_indent(); in ~IndentedScope()
616 AstPrinter* ast_printer_; member in v8::internal::BASE_EMBEDDED