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

Method entries

deps/v8/tools/system-analyzer/app-model.mjs:151–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 return this._timeSelection;
150 }
151 get entries() {
152 if (!this.map) return {};
153 return {
154 map: this.map.id, time: this.map.time
155 }
156 }
157}
158
159export {State};

Callers 15

elementMethod · 0.45
entriesEqualsFunction · 0.45
finalizeDataSetMethod · 0.45
parseOneGCEventMethod · 0.45
populateIsolateSelectMethod · 0.45
handleIsolateChangeMethod · 0.45
categoryForTypeMethod · 0.45
buildZoneToCategoryMapFunction · 0.45
populateIsolateSelectMethod · 0.45
handleIsolateChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected