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

Function createBranchLabel

test/fixtures/snapshot/typescript.js:45425–45427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45423 return containsNarrowableReference(expr);
45424 }
45425 function createBranchLabel() {
45426 return initFlowNode({ flags: 4 /* FlowFlags.BranchLabel */, antecedents: undefined });
45427 }
45428 function createLoopLabel() {
45429 return initFlowNode({ flags: 8 /* FlowFlags.LoopLabel */, antecedents: undefined });
45430 }

Callers 15

bindContainerFunction · 0.85
bindWhileStatementFunction · 0.85
bindDoStatementFunction · 0.85
bindForStatementFunction · 0.85
bindIfStatementFunction · 0.85
bindTryStatementFunction · 0.85
bindSwitchStatementFunction · 0.85
bindCaseBlockFunction · 0.85
bindLabeledStatementFunction · 0.85
onEnterFunction · 0.85

Calls 1

initFlowNodeFunction · 0.85

Tested by

no test coverage detected