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

Method ownBytesSum

deps/v8/tools/parse-processor.mjs:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332
333 let nofFunktions = all.length;
334 let ownBytesSum = list => {
335 return list.reduce((bytes, each) => bytes + each.getOwnBytes(), 0)
336 };
337
338 let info = (name, funktions) => {
339 let ownBytes = ownBytesSum(funktions);

Callers

nothing calls this directly

Calls 2

reduceMethod · 0.80
getOwnBytesMethod · 0.45

Tested by

no test coverage detected