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

Method findEntry

deps/v8/tools/profile.mjs:670–672  ·  view source on GitHub ↗

* Retrieves a code entry by an address. * * @param {number} addr Entry address.

(addr)

Source from the content-addressed store, hash-verified

668 * @param {number} addr Entry address.
669 */
670 findEntry(addr) {
671 return this.codeMap_.findEntry(addr);
672 }
673
674 /**
675 * Records a tick event. Stack must contain a sequence of

Callers 2

profile.mjsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected