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

Function containsYield

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

Source from the content-addressed store, hash-verified

103332 }
103333 }
103334 function containsYield(node) {
103335 return !!node && (node.transformFlags & 524288 /* TransformFlags.ContainsYield */) !== 0;
103336 }
103337 function countInitialNodesWithoutYield(nodes) {
103338 var numNodes = nodes.length;
103339 for (var i = 0; i < numNodes; i++) {

Callers 15

visitFunction · 0.70
visitCommaListExpressionFunction · 0.70
reduceElementFunction · 0.70
reducePropertyFunction · 0.70
transformAndEmitBlockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected