Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc1110 class IndentedScope BASE_EMBEDDED {
1112 IndentedScope(AstPrinter* printer, const char* txt) in IndentedScope() function in v8::internal::BASE_EMBEDDED
1119 IndentedScope(AstPrinter* printer, const char* txt, int pos) in IndentedScope() function in v8::internal::BASE_EMBEDDED
1126 virtual ~IndentedScope() { in ~IndentedScope()
1188 IndentedScope indent(this, s, node->position()); in PrintIndentedVisit()
1195 { IndentedScope indent(this, "FUNC", program->position()); in PrintProgram()
1208 IndentedScope indent(this, "DECLS"); in PrintDeclarations()
1218 IndentedScope indent(this, "PARAMS"); in PrintParameters()
1244 IndentedScope indent(this, block_txt, node->position()); in VisitBlock()
1268 IndentedScope indent(this, "IMPORT", node->position()); in VisitImportDeclaration()
[all …]
Dprettyprinter.h113 friend class IndentedScope;