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

Method type

deps/v8/tools/system-analyzer/profiling.mjs:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 }
260
261 get type() {
262 return TickLogEntry.extractCodeEntryType(this._logEntry?.entry);
263 }
264
265 get name() {
266 return this._logEntry?.name;

Callers 7

listenerFunction · 0.45
debug-bigint.jsFile · 0.45
jspi.jsFile · 0.45
type-reflection.jsFile · 0.45

Calls 1

extractCodeEntryTypeMethod · 0.80

Tested by

no test coverage detected