()
| 561 | } |
| 562 | |
| 563 | private prepareForMountEmit(): boolean { |
| 564 | if (this.superseded) { |
| 565 | return false |
| 566 | } |
| 567 | |
| 568 | if (this.disposed) { |
| 569 | this.disposed = false |
| 570 | this.registered = false |
| 571 | } |
| 572 | |
| 573 | this.activate() |
| 574 | return true |
| 575 | } |
| 576 | |
| 577 | private activate(): void { |
| 578 | if (this.disposed) { |
no test coverage detected