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

Method getAllStaticEntriesWithAddresses

deps/v8/tools/codemap.mjs:273–275  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

271 * Returns an array of pairs of all static code entries and their addresses.
272 */
273 getAllStaticEntriesWithAddresses() {
274 return this.statics_.exportKeysAndValues();
275 }
276
277 /**
278 * Returns an array of all library entries.

Callers 3

serializeVMSymbolsMethod · 0.80
dumpCppSymbolsMethod · 0.80
dumpcpp.mjsFile · 0.80

Calls 1

exportKeysAndValuesMethod · 0.80

Tested by

no test coverage detected