MCPcopy Index your code
hub / github.com/nodejs/node / addEntry

Method addEntry

deps/v8/tools/profile.mjs:48–50  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

46 }
47
48 addEntry(entry) {
49 this.entries.push(entry);
50 }
51
52 toString() {
53 return `${this.script.name}:${this.line}:${this.column}`;

Callers 1

addSourcePositionMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected