Home | History | Annotate | Download | only in ast

Lines Matching refs:indent

642   IndentedScope indent(this, s, node->position());
649 { IndentedScope indent(this, "FUNC", program->position());
673 IndentedScope indent(this, "DECLS");
680 IndentedScope indent(this, "PARAMS");
706 IndentedScope indent(this, block_txt, node->position());
729 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position());
735 IndentedScope indent(this, "EMPTY", node->position());
746 IndentedScope indent(this, "IF", node->position());
756 IndentedScope indent(this, "CONTINUE", node->position());
762 IndentedScope indent(this, "BREAK", node->position());
768 IndentedScope indent(this, "RETURN", node->position());
774 IndentedScope indent(this, "WITH", node->position());
781 IndentedScope indent(this, "SWITCH", node->position());
792 IndentedScope indent(this, "DEFAULT", clause->position());
795 IndentedScope indent(this, "CASE", clause->position());
803 IndentedScope indent(this, "DO", node->position());
813 IndentedScope indent(this, "WHILE", node->position());
823 IndentedScope indent(this, "FOR", node->position());
835 IndentedScope indent(this, "FOR IN", node->position());
845 IndentedScope indent(this, "FOR OF", node->position());
857 IndentedScope indent(this, "TRY CATCH", node->position());
867 IndentedScope indent(this, "TRY FINALLY", node->position());
898 IndentedScope indent(this, "DEBUGGER", node->position());
903 IndentedScope indent(this, "FUNC LITERAL", node->position());
915 IndentedScope indent(this, "CLASS LITERAL", node->position());
953 IndentedScope indent(this, "NATIVE FUNC LITERAL", node->position());
959 IndentedScope indent(this, "DO EXPRESSION", node->position());
965 IndentedScope indent(this, "CONDITIONAL", node->position());
979 IndentedScope indent(this, "REGEXP LITERAL", node->position());
998 IndentedScope indent(this, "OBJ LITERAL", node->position());
1043 IndentedScope indent(this, "ARRAY LITERAL", node->position());
1049 IndentedScope indent(this, "VALUES", node->position());
1093 IndentedScope indent(this, Token::Name(node->op()), node->position());
1102 IndentedScope indent(this, buf.start(), node->position());
1108 IndentedScope indent(this, "THROW", node->position());
1116 IndentedScope indent(this, buf.start(), node->position());
1133 IndentedScope indent(this, buf.start());
1141 IndentedScope indent(this, "CALL NEW", node->position());
1157 IndentedScope indent(this, buf.start(), node->position());
1163 IndentedScope indent(this, Token::Name(node->op()), node->position());
1172 IndentedScope indent(this, buf.start(), node->position());
1178 IndentedScope indent(this, Token::Name(node->op()), node->position());
1185 IndentedScope indent
1192 IndentedScope indent(this, "...", node->position());
1198 IndentedScope indent(this, "()", node->position());
1202 IndentedScope indent(this, "GET-ITERATOR", node->position());
1207 IndentedScope indent(this, "THIS-FUNCTION", node->position());
1212 IndentedScope indent(this, "SUPER-PROPERTY-REFERENCE", node->position());
1217 IndentedScope indent(this, "SUPER-CALL-REFERENCE", node->position());