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

Method focusCodeLogEntry

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

Source from the content-addressed store, hash-verified

286 }
287
288 focusCodeLogEntry(entry, focusSourcePosition = true) {
289 this._state.code = entry;
290 this._view.codePanel.entry = entry;
291 if (focusSourcePosition) this.focusSourcePosition(entry.sourcePosition);
292 this._view.codePanel.show();
293 }
294
295 focusDeoptLogEntry(entry) {
296 this._state.deoptLogEntry = entry;

Callers 4

focusLogEntryMethod · 0.95
focusMapLogEntryMethod · 0.95
focusIcLogEntryMethod · 0.95
focusDeoptLogEntryMethod · 0.95

Calls 2

focusSourcePositionMethod · 0.95
showMethod · 0.45

Tested by

no test coverage detected