MCPcopy 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

107assertEquals(0.5, a[1]);
108
109function array_store_6(a,b,c) {
110 return (a[b] = c);
111}
112
113a = makeCOW();
114array_store_6(a, 1, x);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected