()
| 103661 | }); |
| 103662 | } |
| 103663 | function endLabeledBlock() { |
| 103664 | ts.Debug.assert(peekBlockKind() === 4 /* CodeBlockKind.Labeled */); |
| 103665 | var block = endBlock(); |
| 103666 | if (!block.isScript) { |
| 103667 | markLabel(block.breakLabel); |
| 103668 | } |
| 103669 | } |
| 103670 | /** |
| 103671 | * Indicates whether the provided block supports `break` statements. |
| 103672 | * |
no test coverage detected