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

Method focusDeoptLogEntry

deps/v8/tools/system-analyzer/index.mjs:295–299  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

293 }
294
295 focusDeoptLogEntry(entry) {
296 this._state.deoptLogEntry = entry;
297 this.focusCodeLogEntry(entry.code, false);
298 this.focusSourcePosition(entry.sourcePosition);
299 }
300
301 focusSharedLibLogEntry(entry) {
302 // no-op.

Callers 1

focusLogEntryMethod · 0.95

Calls 2

focusCodeLogEntryMethod · 0.95
focusSourcePositionMethod · 0.95

Tested by

no test coverage detected