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

Method focusIcLogEntry

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

Source from the content-addressed store, hash-verified

279 }
280
281 focusIcLogEntry(entry) {
282 this._state.ic = entry;
283 this.focusMapLogEntry(entry.map, false);
284 this.focusCodeLogEntry(entry.code, false);
285 this.focusSourcePosition(entry.sourcePosition);
286 }
287
288 focusCodeLogEntry(entry, focusSourcePosition = true) {
289 this._state.code = entry;

Callers 1

focusLogEntryMethod · 0.95

Calls 3

focusMapLogEntryMethod · 0.95
focusCodeLogEntryMethod · 0.95
focusSourcePositionMethod · 0.95

Tested by

no test coverage detected