Home | History | Annotate | Download | only in src

Lines Matching refs:IndentedScope

614 class IndentedScope BASE_EMBEDDED {
616 explicit IndentedScope(AstPrinter* printer) : ast_printer_(printer) {
620 IndentedScope(AstPrinter* printer, const char* txt, AstNode* node = NULL)
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 indent(this, "CASE");
762 IndentedScope indent(this, block_txt);
784 IndentedScope indent(this, "MODULE");
791 IndentedScope indent(this, "IMPORT");
798 IndentedScope indent(this, "EXPORT ");
814 IndentedScope indent(this, "PATH");
860 IndentedScope indent(this, "WITH");
867 IndentedScope indent(this, "SWITCH");
877 IndentedScope indent(this, "DO");
885 IndentedScope indent(this, "WHILE");
893 IndentedScope indent(this, "FOR");
903 IndentedScope indent(this, "FOR IN");
911 IndentedScope indent(this, "TRY CATCH");
921 IndentedScope indent(this, "TRY FINALLY");
928 IndentedScope indent(this, "DEBUGGER");
933 IndentedScope indent(this, "FUNC LITERAL");
946 IndentedScope indent(this, "FUNC LITERAL");
952 IndentedScope indent(this, "CONDITIONAL");
965 IndentedScope indent(this, "REGEXP LITERAL");
972 IndentedScope indent(this, "OBJ LITERAL");
997 IndentedScope prop(this, prop_kind);
1005 IndentedScope indent(this, "ARRAY LITERAL");
1007 IndentedScope indent(this, "VALUES");
1040 IndentedScope indent(this, Token::Name(node->op()), node);
1052 IndentedScope indent(this, "PROPERTY", node);
1064 IndentedScope indent(this, "CALL");
1071 IndentedScope indent(this, "CALL NEW");
1079 IndentedScope indent(this);
1098 IndentedScope indent(this, Token::Name(node->op()), node);
1105 IndentedScope indent(this, Token::Name(node->op()), node);
1112 IndentedScope indent(this, "THIS-FUNCTION");