Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
export
{State};
Callers
15
element
Method · 0.45
entriesEquals
Function · 0.45
finalizeDataSet
Method · 0.45
sortInstanceTypePeakMemory
Method · 0.45
parseOneGCEvent
Method · 0.45
populateIsolateSelect
Method · 0.45
handleIsolateChange
Method · 0.45
updatePercentagesInCategory
Method · 0.45
categoryForType
Method · 0.45
buildZoneToCategoryMap
Function · 0.45
populateIsolateSelect
Method · 0.45
handleIsolateChange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected