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

Method deleteCode

deps/v8/tools/codemap.mjs:127–129  ·  view source on GitHub ↗

* Discards a dynamic code entry. Throws an exception if there is no dynamic * code entry with the specified starting address. * * @param {number} start The starting address of the entry being deleted.

(start)

Source from the content-addressed store, hash-verified

125 * @param {number} start The starting address of the entry being deleted.
126 */
127 deleteCode(start) {
128 const removedNode = this.dynamics_.remove(start);
129 }
130
131 /**
132 * Adds a library entry.

Callers 3

processCodeDeleteMethod · 0.45
processCodeDeleteMethod · 0.45
codemap.mjsFile · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected