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

Method getAllStaticEntries

deps/v8/tools/codemap.mjs:266–268  ·  view source on GitHub ↗

* Returns an array of all static code entries.

()

Source from the content-addressed store, hash-verified

264 * Returns an array of all static code entries.
265 */
266 getAllStaticEntries() {
267 return this.statics_.exportValues();
268 }
269
270 /**
271 * Returns an array of pairs of all static code entries and their addresses.

Callers 1

codemap.mjsFile · 0.80

Calls 1

exportValuesMethod · 0.80

Tested by

no test coverage detected