Searched refs:IndentedScope (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ast/ |
D | prettyprinter.cc | 669 class IndentedScope BASE_EMBEDDED { 671 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope() function in v8::internal::BASE_EMBEDDED 678 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope() function in v8::internal::BASE_EMBEDDED 685 virtual ~IndentedScope() { in ~IndentedScope() 764 IndentedScope indent(this, s, node->position()); in PrintIndentedVisit() 772 { IndentedScope indent(this, "FUNC", program->position()); in PrintProgram() 801 IndentedScope indent(this, "DECLS"); in PrintDeclarations() 808 IndentedScope indent(this, "PARAMS"); in PrintParameters() 832 IndentedScope indent(this, block_txt, node->position()); in VisitBlock() 856 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position()); in VisitExpressionStatement() [all …]
|
D | prettyprinter.h | 90 friend class IndentedScope;
|