()
| 45423 | return containsNarrowableReference(expr); |
| 45424 | } |
| 45425 | function createBranchLabel() { |
| 45426 | return initFlowNode({ flags: 4 /* FlowFlags.BranchLabel */, antecedents: undefined }); |
| 45427 | } |
| 45428 | function createLoopLabel() { |
| 45429 | return initFlowNode({ flags: 8 /* FlowFlags.LoopLabel */, antecedents: undefined }); |
| 45430 | } |
no test coverage detected