MCPcopy Index your code
hub / github.com/nodejs/node / shouldConvertBodyOfIterationStatement

Function shouldConvertBodyOfIterationStatement

test/fixtures/snapshot/typescript.js:100391–100393  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

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 */

Calls

no outgoing calls

Tested by

no test coverage detected