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

Method handleUnknownCode

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

* Called whenever the specified operation has failed finding a function * containing the specified address. Should be overridden by subclasses. * See the Profile.Operation enum for the list of * possible operations. * * @param {number} operation Operation. * @param {number} addr Ad

(operation, addr, opt_stackPos)

Source from the content-addressed store, hash-verified

461 * containing the address.
462 */
463 handleUnknownCode(operation, addr, opt_stackPos) { }
464
465 /**
466 * Registers a library.

Callers 3

moveCodeMethod · 0.95
deleteCodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected