Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
12
function
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
Array
Function · 0.85
fill
Method · 0.80
map
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…