Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc1138 class IndentedScope BASE_EMBEDDED {
1140 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope() function in v8::internal::BASE_EMBEDDED
1147 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope() function in v8::internal::BASE_EMBEDDED
1154 virtual ~IndentedScope() { in ~IndentedScope()
1216 IndentedScope indent(this, s, node->position()); in PrintIndentedVisit()
1223 { IndentedScope indent(this, "FUNC", program->position()); in PrintProgram()
1248 IndentedScope indent(this, "DECLS"); in PrintDeclarations()
1258 IndentedScope indent(this, "PARAMS"); in PrintParameters()
1284 IndentedScope indent(this, block_txt, node->position()); in VisitBlock()
1308 IndentedScope indent(this, "IMPORT", node->position()); in VisitImportDeclaration()
[all …]
Dprettyprinter.h119 friend class IndentedScope;