(labelText)
| 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(); |
no test coverage detected