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

Method addLibrary

deps/v8/tools/codemap.mjs:137–140  ·  view source on GitHub ↗

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

(start, codeEntry)

Source from the content-addressed store, hash-verified

135 * @param {CodeEntry} codeEntry Code entry object.
136 */
137 addLibrary(start, codeEntry) {
138 this.markPages_(start, start + codeEntry.size);
139 this.libraries_.insert(start, codeEntry);
140 }
141
142 /**
143 * Adds a static code entry.

Callers 4

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

Calls 2

markPages_Method · 0.95
insertMethod · 0.45

Tested by

no test coverage detected