Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ mapTransitionsPanel
Method
mapTransitionsPanel
deps/v8/tools/system-analyzer/view/map-panel.mjs:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
get mapTransitionsPanel() {
43
return
this.$(
'#map-transitions'
);
44
}
45
46
get mapDetailsTransitionsPanel() {
47
return
this.$(
'#map-details-transitions'
);
Callers
nothing calls this directly
Calls
1
$
Method · 0.45
Tested by
no test coverage detected