Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ array_store_6
Function
array_store_6
deps/v8/test/mjsunit/array-store-and-grow.js:109–111 ·
view source on GitHub ↗
(a,b,c)
Source
from the content-addressed store, hash-verified
107
assertEquals(0.5, a[1]);
108
109
function
array_store_6(a,b,c) {
110
return
(a[b] = c);
111
}
112
113
a = makeCOW();
114
array_store_6(a, 1, x);
Callers
1
array-store-and-grow.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected