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

Method getAllDynamicEntries

deps/v8/tools/codemap.mjs:252–254  ·  view source on GitHub ↗

* Returns an array of all dynamic code entries.

()

Source from the content-addressed store, hash-verified

250 * Returns an array of all dynamic code entries.
251 */
252 getAllDynamicEntries() {
253 return this.dynamics_.exportValues();
254 }
255
256 /**
257 * Returns an array of pairs of all dynamic code entries and their addresses.

Callers 1

codemap.mjsFile · 0.80

Calls 1

exportValuesMethod · 0.80

Tested by

no test coverage detected