Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dprettyprinter.cc669 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 …]
Dprettyprinter.h90 friend class IndentedScope;