(delegate: IBinderDelegate)
| 91 | } |
| 92 | |
| 93 | createBinder(delegate: IBinderDelegate) { |
| 94 | this._binder = new Binder( |
| 95 | delegate, |
| 96 | this.connection, |
| 97 | this.services, |
| 98 | new TargetOrigin(this.debugSession.id), |
| 99 | ); |
| 100 | } |
| 101 | |
| 102 | dispose() { |
| 103 | super.dispose(); |