()
| 198 | } |
| 199 | |
| 200 | public removeAllStoredData() { |
| 201 | for (const id of Object.keys(this.storedData).map((k) => parseInt(k, 10))) { |
| 202 | delete this.storedData[id]; |
| 203 | } |
| 204 | } |
| 205 | |
| 206 | public handleIsolateExit(ref: VMIsolateRef) { |
| 207 | const threadInfo = this.getThreadInfoFromRef(ref); |