Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ array_store_9
Function
array_store_9
deps/v8/test/mjsunit/array-store-and-grow.js:179–181 ·
view source on GitHub ↗
(a,b,c)
Source
from the content-addressed store, hash-verified
177
178
// Grow the empty array with a double store.
179
function
array_store_9(a,b,c) {
180
return
(a[b] = c);
181
}
182
183
var
a = [];
184
array_store_9(a, 0, 0.5);
Callers
1
array-store-and-grow.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected