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

Method addStaticCode

deps/v8/tools/codemap.mjs:148–150  ·  view source on GitHub ↗

* Adds a static code entry. * * @param {number} start The starting address. * @param {CodeEntry} codeEntry Code entry object.

(start, codeEntry)

Source from the content-addressed store, hash-verified

146 * @param {CodeEntry} codeEntry Code entry object.
147 */
148 addStaticCode(start, codeEntry) {
149 this.statics_.insert(start, codeEntry);
150 }
151
152 /**
153 * @private

Callers 5

processSharedLibraryMethod · 0.45
processSharedLibraryMethod · 0.45
processSharedLibraryMethod · 0.45
codemap.mjsFile · 0.45
profile.mjsFile · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected