Home
last modified time | relevance | path

Searched refs:array_store_6 (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Darray-store-and-grow.js104 function array_store_6(a,b,c) { function
109 array_store_6(a, 1, x);
111 array_store_6(a, 1, x);
113 assertEquals(x, array_store_6([], 1, x));
134 function array_store_6(a,b,c) {
139 array_store_6(a, 3, x);
141 array_store_6(a, 3, x);
143 assertEquals(x, array_store_6([], 3, x));
/external/chromium_org/v8/test/mjsunit/
Darray-store-and-grow.js109 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));