(resetIsolateSelect)
| 150 | } |
| 151 | |
| 152 | resetUI(resetIsolateSelect) { |
| 153 | if (resetIsolateSelect) removeAllChildren(this.isolateSelect); |
| 154 | |
| 155 | removeAllChildren(this.dataViewSelect); |
| 156 | removeAllChildren(this.dataKindSelect); |
| 157 | removeAllChildren(this.memoryUsageSampleSelect); |
| 158 | this.clearCategories(); |
| 159 | } |
| 160 | |
| 161 | handleIsolateChange(e) { |
| 162 | this.selection.isolate = this.isolateSelect.value; |
no test coverage detected