MCPcopy Create free account
hub / github.com/nodejs/node / requiresScopeChange

Function requiresScopeChange

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

Source from the content-addressed store, hash-verified

49595 }
49596 return false;
49597 function requiresScopeChange(node) {
49598 return requiresScopeChangeWorker(node.name)
49599 || !!node.initializer && requiresScopeChangeWorker(node.initializer);
49600 }
49601 function requiresScopeChangeWorker(node) {
49602 switch (node.kind) {
49603 case 214 /* SyntaxKind.ArrowFunction */:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected