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

/external/chromium_org/v8/test/mjsunit/
H A Darray-store-and-grow.js95 function array_store_5(a,b,c) { function
100 array_store_5(a, 1, 0.5);
102 array_store_5(a, 1, 0.5);
105 assertEquals(0.5, array_store_5(a, 1, 0.5));
128 function array_store_5(a,b,c) {
133 array_store_5(a, 3, 0.5);
135 array_store_5(a, 3, 0.5);
137 assertEquals(0.5, array_store_5([], 3, 0.5));
/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 254 milliseconds