()
| 4374 | this.line = e3, this.isDisposed = false, this._disposables = [], this._id = n._nextId++, this._onDispose = this.register(new s2.EventEmitter()), this.onDispose = this._onDispose.event; |
| 4375 | } |
| 4376 | dispose() { |
| 4377 | this.isDisposed || (this.isDisposed = true, this.line = -1, this._onDispose.fire(), (0, r.disposeArray)(this._disposables), this._disposables.length = 0); |
| 4378 | } |
| 4379 | register(e3) { |
| 4380 | return this._disposables.push(e3), e3; |
| 4381 | } |