MCPcopy Create free account
hub / github.com/nodejs/node / array_store_8

Function array_store_8

deps/v8/test/mjsunit/array-store-and-grow.js:168–170  ·  view source on GitHub ↗
(a,b,c)

Source from the content-addressed store, hash-verified

166}
167
168function array_store_8(a,b,c) {
169 return (a[b] = c);
170}
171
172var a = new Array(0.5, 1.5);
173array_store_8(a, 2, .5);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected