Lines Matching defs:IndentedScope

648 class IndentedScope BASE_EMBEDDED {
650 IndentedScope(AstPrinter* printer, const char* txt)
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.
799 IndentedScope indent(this, "MODULE");
806 IndentedScope indent(this, "IMPORT");
813 IndentedScope indent(this, "EXPORT ");
819 IndentedScope indent(this, "MODULE LITERAL");
825 IndentedScope indent(this, "MODULE VARIABLE");
831 IndentedScope indent(this, "MODULE PATH");
843 IndentedScope indent(this, "MODULE STATEMENT");
850 IndentedScope indent(this, "EXPRESSION STATEMENT");
856 IndentedScope indent(this, "EMPTY");
861 IndentedScope indent(this, "IF");
871 IndentedScope indent(this, "CONTINUE");
877 IndentedScope indent(this, "BREAK");
883 IndentedScope indent(this, "RETURN");
889 IndentedScope indent(this, "WITH");
896 IndentedScope indent(this, "SWITCH");
907 IndentedScope indent(this, "DEFAULT");
910 IndentedScope indent(this, "CASE");
918 IndentedScope indent(this, "DO");
926 IndentedScope indent(this, "WHILE");
934 IndentedScope indent(this, "FOR");
944 IndentedScope indent(this, "FOR IN");
952 IndentedScope indent(this, "FOR OF");
960 IndentedScope indent(this, "TRY CATCH");
970 IndentedScope indent(this, "TRY FINALLY");
977 IndentedScope indent(this, "DEBUGGER");
982 IndentedScope indent(this, "FUNC LITERAL");
994 IndentedScope indent(this, "CLASS LITERAL");
1000 IndentedScope indent(this, "NATIVE FUNC LITERAL");
1006 IndentedScope indent(this, "CONDITIONAL");
1013 // TODO(svenpanne) Start with IndentedScope.
1020 IndentedScope indent(this, "REGEXP LITERAL");
1027 IndentedScope indent(this, "OBJ LITERAL");
1052 IndentedScope prop(this, prop_kind);
1060 IndentedScope indent(this, "ARRAY LITERAL");
1062 IndentedScope indent(this, "VALUES");
1070 // TODO(svenpanne) Start with IndentedScope.
1096 IndentedScope indent(this, Token::Name(node->op()));
1103 IndentedScope indent(this, "YIELD");
1109 IndentedScope indent(this, "THROW");
1115 IndentedScope indent(this, "PROPERTY");
1127 IndentedScope indent(this, "CALL");
1134 IndentedScope indent(this, "CALL NEW");
1141 IndentedScope indent(this, "CALL RUNTIME");
1148 IndentedScope indent(this, Token::Name(node->op()));
1157 IndentedScope indent(this, buf.start());
1163 IndentedScope indent(this, Token::Name(node->op()));
1170 IndentedScope indent(this, Token::Name(node->op()));
1177 IndentedScope indent(this, "THIS-FUNCTION");
1182 IndentedScope indent(this, "SUPER-REFERENCE");