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

Method deleteCode

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

* Reports about deletion of a dynamic code entry. * * @param {number} start Starting address.

(start)

Source from the content-addressed store, hash-verified

581 * @param {number} start Starting address.
582 */
583 deleteCode(start) {
584 try {
585 this.codeMap_.deleteCode(start);
586 } catch (e) {
587 this.handleUnknownCode(kProfileOperationDelete, start);
588 }
589 }
590
591 /**
592 * Adds source positions for given code.

Callers 3

addFuncCodeMethod · 0.45
cleanUpFuncEntriesMethod · 0.45
profile.mjsFile · 0.45

Calls 1

handleUnknownCodeMethod · 0.95

Tested by

no test coverage detected