Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ show
Method
show
deps/v8/tools/system-analyzer/view/tool-tip.mjs:135–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
show() {
136
if
(!this._isHidden)
return
;
137
this.bodyNode.style.display =
'block'
;
138
this._isHidden = false;
139
}
140
141
get bodyNode() {
142
return
this.$(
'#body'
);
Callers
12
constructor
Method · 0.95
_setContent
Method · 0.95
showMapEntries
Method · 0.45
showIcEntries
Method · 0.45
showDeoptEntries
Method · 0.45
showCodeEntries
Method · 0.45
showTickEntries
Method · 0.45
showSourcePositions
Method · 0.45
focusMapLogEntry
Method · 0.45
focusCodeLogEntry
Method · 0.45
focusSourcePosition
Method · 0.45
selectNextEdge
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected