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

Function array_store_5

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

Source from the content-addressed store, hash-verified

93assertEquals(1, array_store_4([], 1, 1));
94
95function array_store_5(a,b,c) {
96 return (a[b] = c);
97}
98
99a = makeCOW();
100array_store_5(a, 1, 0.5);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected