(value: Cdp.Runtime.RemoteObject, context?: string)
| 268 | } |
| 269 | |
| 270 | async createVariable(value: Cdp.Runtime.RemoteObject, context?: string): Promise<Dap.Variable> { |
| 271 | return this._createVariable('', new RemoteObject('', this._cdp, value), context); |
| 272 | } |
| 273 | |
| 274 | async createScope( |
| 275 | value: Cdp.Runtime.RemoteObject, |
no test coverage detected