MCPcopy Create free account
hub / github.com/nodejs/node / resetUI

Method resetUI

deps/v8/tools/zone-stats/details-selection.js:152–159  ·  view source on GitHub ↗
(resetIsolateSelect)

Source from the content-addressed store, hash-verified

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;

Callers 2

dataChangedMethod · 0.95
handleIsolateChangeMethod · 0.95

Calls 2

clearCategoriesMethod · 0.95
removeAllChildrenFunction · 0.85

Tested by

no test coverage detected