()
| 179 | } |
| 180 | |
| 181 | pausedVariables(): VariableStore | undefined { |
| 182 | return this._pausedVariables; |
| 183 | } |
| 184 | |
| 185 | executionContexts(): ExecutionContext[] { |
| 186 | return Array.from(this._executionContexts.values()); |
no outgoing calls
no test coverage detected