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

Method getAllDynamicEntriesWithAddresses

deps/v8/tools/codemap.mjs:259–261  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

257 * Returns an array of pairs of all dynamic code entries and their addresses.
258 */
259 getAllDynamicEntriesWithAddresses() {
260 return this.dynamics_.exportKeysAndValues();
261 }
262
263 /**
264 * Returns an array of all static code entries.

Callers 1

cleanUpFuncEntriesMethod · 0.80

Calls 1

exportKeysAndValuesMethod · 0.80

Tested by

no test coverage detected