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

Function bindEachFunctionsFirst

test/fixtures/snapshot/typescript.js:45200–45203  ·  view source on GitHub ↗
(nodes)

Source from the content-addressed store, hash-verified

45198 blockScopeContainer = savedBlockScopeContainer;
45199 }
45200 function bindEachFunctionsFirst(nodes) {
45201 bindEach(nodes, function (n) { return n.kind === 256 /* SyntaxKind.FunctionDeclaration */ ? bind(n) : undefined; });
45202 bindEach(nodes, function (n) { return n.kind !== 256 /* SyntaxKind.FunctionDeclaration */ ? bind(n) : undefined; });
45203 }
45204 function bindEach(nodes, bindFunction) {
45205 if (bindFunction === void 0) { bindFunction = bind; }
45206 if (nodes === undefined) {

Callers 1

bindChildrenFunction · 0.85

Calls 2

bindEachFunction · 0.85
bindFunction · 0.70

Tested by

no test coverage detected