• Home
  • Raw
  • Download

Lines Matching defs:indent

1188   IndentedScope indent(this, s, node->position());  in PrintIndentedVisit()  local
1195 { IndentedScope indent(this, "FUNC", program->position()); in PrintProgram() local
1208 IndentedScope indent(this, "DECLS"); in PrintDeclarations() local
1218 IndentedScope indent(this, "PARAMS"); in PrintParameters() local
1244 IndentedScope indent(this, block_txt, node->position()); in VisitBlock() local
1268 IndentedScope indent(this, "IMPORT", node->position()); in VisitImportDeclaration() local
1275 IndentedScope indent(this, "EXPORT", node->position()); in VisitExportDeclaration() local
1281 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position()); in VisitExpressionStatement() local
1287 IndentedScope indent(this, "EMPTY", node->position()); in VisitEmptyStatement() local
1298 IndentedScope indent(this, "IF", node->position()); in VisitIfStatement() local
1308 IndentedScope indent(this, "CONTINUE", node->position()); in VisitContinueStatement() local
1314 IndentedScope indent(this, "BREAK", node->position()); in VisitBreakStatement() local
1320 IndentedScope indent(this, "RETURN", node->position()); in VisitReturnStatement() local
1326 IndentedScope indent(this, "WITH", node->position()); in VisitWithStatement() local
1333 IndentedScope indent(this, "SWITCH", node->position()); in VisitSwitchStatement() local
1344 IndentedScope indent(this, "DEFAULT", clause->position()); in VisitCaseClause() local
1347 IndentedScope indent(this, "CASE", clause->position()); in VisitCaseClause() local
1355 IndentedScope indent(this, "DO", node->position()); in VisitDoWhileStatement() local
1363 IndentedScope indent(this, "WHILE", node->position()); in VisitWhileStatement() local
1371 IndentedScope indent(this, "FOR", node->position()); in VisitForStatement() local
1381 IndentedScope indent(this, "FOR IN", node->position()); in VisitForInStatement() local
1389 IndentedScope indent(this, "FOR OF", node->position()); in VisitForOfStatement() local
1397 IndentedScope indent(this, "TRY CATCH", node->position()); in VisitTryCatchStatement() local
1407 IndentedScope indent(this, "TRY FINALLY", node->position()); in VisitTryFinallyStatement() local
1414 IndentedScope indent(this, "DEBUGGER", node->position()); in VisitDebuggerStatement() local
1419 IndentedScope indent(this, "FUNC LITERAL", node->position()); in VisitFunctionLiteral() local
1431 IndentedScope indent(this, "CLASS LITERAL", node->position()); in VisitClassLiteral() local
1478 IndentedScope indent(this, "NATIVE FUNC LITERAL", node->position()); in VisitNativeFunctionLiteral() local
1484 IndentedScope indent(this, "DO EXPRESSION", node->position()); in VisitDoExpression() local
1490 IndentedScope indent(this, "CONDITIONAL", node->position()); in VisitConditional() local
1504 IndentedScope indent(this, "REGEXP LITERAL", node->position()); in VisitRegExpLiteral() local
1523 IndentedScope indent(this, "OBJ LITERAL", node->position()); in VisitObjectLiteral() local
1532 IndentedScope indent(this, "ARRAY LITERAL", node->position()); in VisitArrayLiteral() local
1538 IndentedScope indent(this, "VALUES", node->position()); in VisitArrayLiteral() local
1576 IndentedScope indent(this, Token::Name(node->op()), node->position()); in VisitAssignment() local
1583 IndentedScope indent(this, "YIELD", node->position()); in VisitYield() local
1589 IndentedScope indent(this, "THROW", node->position()); in VisitThrow() local
1597 IndentedScope indent(this, buf.start(), node->position()); in VisitProperty() local
1612 IndentedScope indent(this, buf.start()); in VisitCall() local
1620 IndentedScope indent(this, "CALL NEW", node->position()); in VisitCallNew() local
1629 IndentedScope indent(this, buf.start(), node->position()); in VisitCallRuntime() local
1635 IndentedScope indent(this, Token::Name(node->op()), node->position()); in VisitUnaryOperation() local
1644 IndentedScope indent(this, buf.start(), node->position()); in VisitCountOperation() local
1650 IndentedScope indent(this, Token::Name(node->op()), node->position()); in VisitBinaryOperation() local
1657 IndentedScope indent(this, Token::Name(node->op()), node->position()); in VisitCompareOperation() local
1664 IndentedScope indent(this, "...", node->position()); in VisitSpread() local
1670 IndentedScope indent(this, "()", node->position()); in VisitEmptyParentheses() local
1675 IndentedScope indent(this, "THIS-FUNCTION", node->position()); in VisitThisFunction() local
1680 IndentedScope indent(this, "SUPER-PROPERTY-REFERENCE", node->position()); in VisitSuperPropertyReference() local
1685 IndentedScope indent(this, "SUPER-CALL-REFERENCE", node->position()); in VisitSuperCallReference() local