MCPcopy 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.
179function array_store_9(a,b,c) {
180 return (a[b] = c);
181}
182
183var a = [];
184array_store_9(a, 0, 0.5);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected