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

Method getAllLibraryEntriesWithAddresses

deps/v8/tools/codemap.mjs:287–289  ·  view source on GitHub ↗

* Returns an array of pairs of all library entries and their addresses.

()

Source from the content-addressed store, hash-verified

285 * Returns an array of pairs of all library entries and their addresses.
286 */
287 getAllLibraryEntriesWithAddresses() {
288 return this.libraries_.exportKeysAndValues();
289 }
290}
291
292

Callers 1

serializeVMSymbolsMethod · 0.80

Calls 1

exportKeysAndValuesMethod · 0.80

Tested by

no test coverage detected