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

/external/v8/src/
H A Dprettyprinter.cc614 class IndentedScope BASE_EMBEDDED {
616 explicit IndentedScope(AstPrinter* printer) : ast_printer_(printer) { function in class:v8::internal::BASE_EMBEDDED
620 IndentedScope(AstPrinter* printer, const char* txt, AstNode* node = NULL) function in class:v8::internal::BASE_EMBEDDED
627 virtual ~IndentedScope() {
695 IndentedScope indent(this, s, node);
702 { IndentedScope indent(this, "FUNC");
715 IndentedScope indent(this, "DECLS");
725 IndentedScope indent(this, "PARAMS");
750 IndentedScope indent(this, "DEFAULT");
753 IndentedScope inden
[all...]

Completed in 73 milliseconds