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

Method focusSourcePosition

deps/v8/tools/system-analyzer/index.mjs:315–319  ·  view source on GitHub ↗
(sourcePosition)

Source from the content-addressed store, hash-verified

313 }
314
315 focusSourcePosition(sourcePosition) {
316 if (!sourcePosition) return;
317 this._view.scriptPanel.focusedSourcePositions = [sourcePosition];
318 this._view.scriptPanel.show();
319 }
320
321 handleToolTip(event) {
322 let content = event.content;

Callers 5

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

Calls 1

showMethod · 0.45

Tested by

no test coverage detected