Searched refs:array_store_7 (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
H A D | array-store-and-grow.js | 150 function array_store_7(a,b,c) { function 156 array_store_7(a, 2, .5); 158 array_store_7(a, 2, .5); 161 assertEquals(0.5, array_store_7(a, 2, 0.5)); 165 assertEquals(x, array_store_7(a, 2, x));
|
/external/v8/test/mjsunit/ |
H A D | array-store-and-grow.js | 145 function array_store_7(a,b,c) { function 151 array_store_7(a, 2, .5); 153 array_store_7(a, 2, .5); 156 assertEquals(0.5, array_store_7(a, 2, 0.5)); 160 assertEquals(x, array_store_7(a, 2, x));
|
Completed in 75 milliseconds