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

Function bindDeleteExpressionFlow

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

Source from the content-addressed store, hash-verified

46022 }
46023 }
46024 function bindDeleteExpressionFlow(node) {
46025 bindEachChild(node);
46026 if (node.expression.kind === 206 /* SyntaxKind.PropertyAccessExpression */) {
46027 bindAssignmentTargetFlow(node.expression);
46028 }
46029 }
46030 function bindConditionalExpressionFlow(node) {
46031 var trueLabel = createBranchLabel();
46032 var falseLabel = createBranchLabel();

Callers 1

bindChildrenFunction · 0.85

Calls 2

bindEachChildFunction · 0.85
bindAssignmentTargetFlowFunction · 0.85

Tested by

no test coverage detected