()
| 263 | } |
| 264 | |
| 265 | pausedVariables(): VariableStore | undefined { |
| 266 | return this._pausedVariables; |
| 267 | } |
| 268 | |
| 269 | defaultExecutionContext(): ExecutionContext | undefined { |
| 270 | for (const context of this._executionContexts.values()) { |
no outgoing calls
no test coverage detected