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

Function main

benchmark/napi/define_properties/index.js:12–15  ·  view source on GitHub ↗
({ n, implem })

Source from the content-addressed store, hash-verified

10});
11
12function main({ n, implem }) {
13 const objs = Array(n).fill(null).map((item) => new Object());
14 binding[implem](bench, objs);
15}

Callers

nothing calls this directly

Calls 3

ArrayFunction · 0.85
fillMethod · 0.80
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…