MCPcopy 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

constructorMethod · 0.95
_setContentMethod · 0.95
showMapEntriesMethod · 0.45
showIcEntriesMethod · 0.45
showDeoptEntriesMethod · 0.45
showCodeEntriesMethod · 0.45
showTickEntriesMethod · 0.45
showSourcePositionsMethod · 0.45
focusMapLogEntryMethod · 0.45
focusCodeLogEntryMethod · 0.45
focusSourcePositionMethod · 0.45
selectNextEdgeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected