(e3)
| 3510 | return this._disposables.push(e3), e3; |
| 3511 | } |
| 3512 | unregister(e3) { |
| 3513 | const t3 = this._disposables.indexOf(e3); |
| 3514 | -1 !== t3 && this._disposables.splice(t3, 1); |
| 3515 | } |
| 3516 | }, t2.MutableDisposable = class { |
| 3517 | constructor() { |
| 3518 | this._isDisposed = false; |
no test coverage detected