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

Function bindPostfixUnaryExpressionFlow

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

Source from the content-addressed store, hash-verified

45901 }
45902 }
45903 function bindPostfixUnaryExpressionFlow(node) {
45904 bindEachChild(node);
45905 if (node.operator === 45 /* SyntaxKind.PlusPlusToken */ || node.operator === 46 /* SyntaxKind.MinusMinusToken */) {
45906 bindAssignmentTargetFlow(node.operand);
45907 }
45908 }
45909 function bindDestructuringAssignmentFlow(node) {
45910 if (inAssignmentPattern) {
45911 inAssignmentPattern = false;

Callers 1

bindChildrenFunction · 0.85

Calls 2

bindEachChildFunction · 0.85
bindAssignmentTargetFlowFunction · 0.85

Tested by

no test coverage detected