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

Function visitIterationStatementWithFacts

test/fixtures/snapshot/typescript.js:100169–100174  ·  view source on GitHub ↗
(excludeFacts, includeFacts, node, outermostLabeledStatement, convert)

Source from the content-addressed store, hash-verified

100167 }
100168 }
100169 function visitIterationStatementWithFacts(excludeFacts, includeFacts, node, outermostLabeledStatement, convert) {
100170 var ancestorFacts = enterSubtree(excludeFacts, includeFacts);
100171 var updated = convertIterationStatementBodyIfNecessary(node, outermostLabeledStatement, ancestorFacts, convert);
100172 exitSubtree(ancestorFacts, 0 /* HierarchyFacts.None */, 0 /* HierarchyFacts.None */);
100173 return updated;
100174 }
100175 function visitDoOrWhileStatement(node, outermostLabeledStatement) {
100176 return visitIterationStatementWithFacts(0 /* HierarchyFacts.DoOrWhileStatementExcludes */, 1280 /* HierarchyFacts.DoOrWhileStatementIncludes */, node, outermostLabeledStatement);
100177 }

Callers 4

visitDoOrWhileStatementFunction · 0.85
visitForStatementFunction · 0.85
visitForInStatementFunction · 0.85
visitForOfStatementFunction · 0.85

Calls 3

enterSubtreeFunction · 0.85
exitSubtreeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…