Searched defs:IndentedScope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dprettyprinter.cc648 class IndentedScope BASE_EMBEDDED {
650 IndentedScope(AstPrinter* printer, const char* txt) function in class:v8::internal::BASE_EMBEDDED
657 virtual ~IndentedScope() {
720 IndentedScope indent(this, s);
727 { IndentedScope indent(this, "FUNC");
740 IndentedScope indent(this, "DECLS");
750 IndentedScope indent(this, "PARAMS");
775 IndentedScope indent(this, block_txt);
780 // TODO(svenpanne) Start with IndentedScope.
788 // TODO(svenpanne) Start with IndentedScope
[all...]

Completed in 1542 milliseconds