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

Function beginLabeledBlock

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

Source from the content-addressed store, hash-verified

103652 });
103653 }
103654 function beginLabeledBlock(labelText) {
103655 var breakLabel = defineLabel();
103656 beginBlock({
103657 kind: 4 /* CodeBlockKind.Labeled */,
103658 isScript: false,
103659 labelText: labelText,
103660 breakLabel: breakLabel
103661 });
103662 }
103663 function endLabeledBlock() {
103664 ts.Debug.assert(peekBlockKind() === 4 /* CodeBlockKind.Labeled */);
103665 var block = endBlock();

Callers 1

Calls 2

defineLabelFunction · 0.85
beginBlockFunction · 0.85

Tested by

no test coverage detected