(labelText)
| 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({ |
no test coverage detected
searching dependent graphs…