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

Function beginScriptLabeledBlock

test/fixtures/snapshot/typescript.js:103646–103653  ·  view source on GitHub ↗
(labelText)

Source from the content-addressed store, hash-verified

103644 }
103645 }
103646 function beginScriptLabeledBlock(labelText) {
103647 beginBlock({
103648 kind: 4 /* CodeBlockKind.Labeled */,
103649 isScript: true,
103650 labelText: labelText,
103651 breakLabel: -1
103652 });
103653 }
103654 function beginLabeledBlock(labelText) {
103655 var breakLabel = defineLabel();
103656 beginBlock({

Callers 1

visitLabeledStatementFunction · 0.85

Calls 1

beginBlockFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…