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

Function bindEachChild

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

Source from the content-addressed store, hash-verified

45209 ts.forEach(nodes, bindFunction);
45210 }
45211 function bindEachChild(node) {
45212 ts.forEachChild(node, bind, bindEach);
45213 }
45214 function bindChildren(node) {
45215 var saveInAssignmentPattern = inAssignmentPattern;
45216 // Most nodes aren't valid in an assignment pattern, so we clear the value here

Callers 10

bindChildrenFunction · 0.85
bindDeleteExpressionFlowFunction · 0.85
bindBindingElementFlowFunction · 0.85
bindJSDocClassTagFunction · 0.85
bindAccessExpressionFlowFunction · 0.85
bindCallExpressionFlowFunction · 0.85

Calls 1

forEachChildMethod · 0.80

Tested by

no test coverage detected