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

Function createLoopLabel

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

Source from the content-addressed store, hash-verified

45426 return initFlowNode({ flags: 4 /* FlowFlags.BranchLabel */, antecedents: undefined });
45427 }
45428 function createLoopLabel() {
45429 return initFlowNode({ flags: 8 /* FlowFlags.LoopLabel */, antecedents: undefined });
45430 }
45431 function createReduceLabel(target, antecedents, antecedent) {
45432 return initFlowNode({ flags: 1024 /* FlowFlags.ReduceLabel */, target: target, antecedents: antecedents, antecedent: antecedent });
45433 }

Callers 4

bindWhileStatementFunction · 0.85
bindDoStatementFunction · 0.85
bindForStatementFunction · 0.85

Calls 1

initFlowNodeFunction · 0.85

Tested by

no test coverage detected