Home | History | Annotate | Download | only in ast

Lines Matching full:indent

1188   IndentedScope indent(this, s, node->position());
1195 { IndentedScope indent(this, "FUNC", program->position());
1208 IndentedScope indent(this, "DECLS");
1218 IndentedScope indent(this, "PARAMS");
1244 IndentedScope indent(this, block_txt, node->position());
1268 IndentedScope indent(this, "IMPORT", node->position());
1275 IndentedScope indent(this, "EXPORT", node->position());
1281 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position());
1287 IndentedScope indent(this, "EMPTY", node->position());
1298 IndentedScope indent(this, "IF", node->position());
1308 IndentedScope indent(this, "CONTINUE", node->position());
1314 IndentedScope indent(this, "BREAK", node->position());
1320 IndentedScope indent(this, "RETURN", node->position());
1326 IndentedScope indent(this, "WITH", node->position());
1333 IndentedScope indent(this, "SWITCH", node->position());
1344 IndentedScope indent(this, "DEFAULT", clause->position());
1347 IndentedScope indent(this, "CASE", clause->position());
1355 IndentedScope indent(this, "DO", node->position());
1363 indent(this, "WHILE", node->position());
1371 IndentedScope indent(this, "FOR", node->position());
1381 IndentedScope indent(this, "FOR IN", node->position());
1389 IndentedScope indent(this, "FOR OF", node->position());
1397 IndentedScope indent(this, "TRY CATCH", node->position());
1407 IndentedScope indent(this, "TRY FINALLY", node->position());
1414 IndentedScope indent(this, "DEBUGGER", node->position());
1419 IndentedScope indent(this, "FUNC LITERAL", node->position());
1431 IndentedScope indent(this, "CLASS LITERAL", node->position());
1478 IndentedScope indent(this, "NATIVE FUNC LITERAL", node->position());
1484 IndentedScope indent(this, "DO EXPRESSION", node->position());
1490 IndentedScope indent(this, "CONDITIONAL", node->position());
1504 IndentedScope indent(this, "REGEXP LITERAL", node->position());
1523 IndentedScope indent(this, "OBJ LITERAL", node->position());
1532 IndentedScope indent(this, "ARRAY LITERAL", node->position());
1538 IndentedScope indent(this, "VALUES", node->position());
1576 IndentedScope indent(this, Token::Name(node->op()), node->position());
1583 IndentedScope indent(this, "YIELD", node->position());
1589 IndentedScope indent(this, "THROW", node->position());
1597 IndentedScope indent(this, buf.start(), node->position());
1612 IndentedScope indent(this, buf.start());
1620 IndentedScope indent(this, "CALL NEW", node->position());
1629 IndentedScope indent(this, buf.start(), node->position());
1635 IndentedScope indent(this, Token::Name(node->op()), node->position());
1644 IndentedScope indent(this, buf.start(), node->position());
1650 IndentedScope indent(this, Token::Name(node->op()), node->position());
1657 IndentedScope indent(this, Token::Name(node->op()), node->position());
1664 IndentedScope indent(this, "...", node->position());
1670 IndentedScope indent(this, "()", node->position());
1675 IndentedScope indent(this, "THIS-FUNCTION", node->position());
1680 IndentedScope indent(this, "SUPER-PROPERTY-REFERENCE", node->position());
1685 IndentedScope indent(this, "SUPER-CALL-REFERENCE", node->position());