Searched refs:array_store_6 (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Darray-store-and-grow.js104 function array_store_6(a,b,c) { function
109 array_store_6(a, 1, x);
111 array_store_6(a, 1, x);
113 assertEquals(x, array_store_6([], 1, x));
134 function array_store_6(a,b,c) {
139 array_store_6(a, 3, x);
141 array_store_6(a, 3, x);
143 assertEquals(x, array_store_6([], 3, x));

Completed in 58 milliseconds