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

/external/v8/test/mjsunit/
H A Darray-store-and-grow.js93 function array_store_5(a,b,c) { function
98 array_store_5(a, 1, 0.5);
100 array_store_5(a, 1, 0.5);
102 assertEquals(0.5, array_store_5([], 1, 0.5));
123 function array_store_5(a,b,c) {
128 array_store_5(a, 3, 0.5);
130 array_store_5(a, 3, 0.5);
132 assertEquals(0.5, array_store_5([], 3, 0.5));

Completed in 64 milliseconds