Searched refs:array_store_4 (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/mjsunit/ |
D | array-store-and-grow.js | 82 function array_store_4(a,b,c) { function 87 array_store_4(a, 1, 1); 89 array_store_4(a, 1, 1); 91 assertEquals(1, array_store_4([], 1, 1)); 117 array_store_4(a, 3, 1); 119 array_store_4(a, 3, 1); 121 assertEquals(1, array_store_4([], 3, 1));
|