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

Method focusMapLogEntry

deps/v8/tools/system-analyzer/index.mjs:270–279  ·  view source on GitHub ↗
(entry, focusSourcePosition = true)

Source from the content-addressed store, hash-verified

268 }
269
270 focusMapLogEntry(entry, focusSourcePosition = true) {
271 this._state.map = entry;
272 this._view.mapTrack.focusedEntry = entry;
273 this._view.mapPanel.map = entry;
274 if (focusSourcePosition) {
275 this.focusCodeLogEntry(entry.code, false);
276 this.focusSourcePosition(entry.sourcePosition);
277 }
278 this._view.mapPanel.show();
279 }
280
281 focusIcLogEntry(entry) {
282 this._state.ic = entry;

Callers 2

focusLogEntryMethod · 0.95
focusIcLogEntryMethod · 0.95

Calls 3

focusCodeLogEntryMethod · 0.95
focusSourcePositionMethod · 0.95
showMethod · 0.45

Tested by

no test coverage detected