Searched refs:array_store_6 (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/mjsunit/ |
D | array-store-and-grow.js | 109 function array_store_6(a,b,c) { function 114 array_store_6(a, 1, x); 116 array_store_6(a, 1, x); 118 assertEquals(x, array_store_6([], 1, x)); 139 function array_store_6(a,b,c) { 144 array_store_6(a, 3, x); 146 array_store_6(a, 3, x); 148 assertEquals(x, array_store_6([], 3, x));
|