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

Method handleFocusLogEntry

deps/v8/tools/system-analyzer/index.mjs:240–243  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

238 }
239
240 handleFocusLogEntry(e) {
241 e.stopImmediatePropagation();
242 this.focusLogEntry(e.entry);
243 }
244
245 focusLogEntry(entry) {
246 switch (entry.constructor) {

Callers

nothing calls this directly

Calls 2

focusLogEntryMethod · 0.95

Tested by

no test coverage detected