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

Function bindCaseClause

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

Source from the content-addressed store, hash-verified

45788 }
45789 }
45790 function bindCaseClause(node) {
45791 var saveCurrentFlow = currentFlow;
45792 currentFlow = preSwitchCaseFlow;
45793 bind(node.expression);
45794 currentFlow = saveCurrentFlow;
45795 bindEach(node.statements);
45796 }
45797 function bindExpressionStatement(node) {
45798 bind(node.expression);
45799 maybeBindExpressionFlowIfCall(node.expression);

Callers 1

bindChildrenFunction · 0.85

Calls 2

bindEachFunction · 0.85
bindFunction · 0.70

Tested by

no test coverage detected