Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ array_store_5
Function
array_store_5
deps/v8/test/mjsunit/array-store-and-grow.js:95–97 ·
view source on GitHub ↗
(a,b,c)
Source
from the content-addressed store, hash-verified
93
assertEquals(1, array_store_4([], 1, 1));
94
95
function
array_store_5(a,b,c) {
96
return
(a[b] = c);
97
}
98
99
a = makeCOW();
100
array_store_5(a, 1, 0.5);
Callers
1
array-store-and-grow.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected