()
| 770 | } |
| 771 | |
| 772 | notify(): void { |
| 773 | this.listeners.forEach(notifyListener) |
| 774 | |
| 775 | if (batchState.phase === BatchPhase.commit) { |
| 776 | batchState.notify.delete(this) |
| 777 | } |
| 778 | } |
| 779 | |
| 780 | disposeLifetime(): void { |
| 781 | if (this.lifetime !== undefined) { |
no test coverage detected