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

Method dataChanged

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

Source from the content-addressed store, hash-verified

134 }
135
136 dataChanged() {
137 this.selection = {categories: {}, zones: new Map()};
138 this.resetUI(true);
139 this.populateIsolateSelect();
140 this.handleIsolateChange();
141 this.$('#dataSelectionSection').style.display = 'block';
142 }
143
144 populateIsolateSelect() {
145 let isolates = Object.entries(this.data);

Callers 1

dataMethod · 0.95

Calls 4

resetUIMethod · 0.95
populateIsolateSelectMethod · 0.95
handleIsolateChangeMethod · 0.95
$Method · 0.95

Tested by

no test coverage detected