MCPcopy Index your code
hub / github.com/nodejs/node / array_store_7

Function array_store_7

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

Source from the content-addressed store, hash-verified

148assertEquals(x, array_store_6([], 3, x));
149
150function array_store_7(a,b,c) {
151 return (a[b] = c);
152}
153
154// Check the handling of mutable arrays of doubles
155var a = new Array(0.5, 1.5);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected