Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ callNewWeak
Function
callNewWeak
benchmark/napi/ref/index.js:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
const
bench = common.createBenchmark(main, { n: [1e7] });
5
6
function
callNewWeak() {
7
addon.newWeak();
8
}
9
10
function
main({ n }) {
11
addon.count = 0;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected