()
| 374 | } |
| 375 | |
| 376 | public getVM(): Promise<DebuggerResult> { |
| 377 | return this.callMethod("getVM"); |
| 378 | } |
| 379 | |
| 380 | public getIsolate(isolateId: string): Promise<DebuggerResult> { |
| 381 | return this.callMethod("getIsolate", { isolateId }); |
no test coverage detected