(node)
| 100389 | || shouldConvertInitializerOfForStatement(node); |
| 100390 | } |
| 100391 | function shouldConvertBodyOfIterationStatement(node) { |
| 100392 | return (resolver.getNodeCheckFlags(node) & 65536 /* NodeCheckFlags.LoopWithCapturedBlockScopedBinding */) !== 0; |
| 100393 | } |
| 100394 | /** |
| 100395 | * Records constituents of name for the given variable to be hoisted in the outer scope. |
| 100396 | */ |
no outgoing calls
no test coverage detected