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

/external/chromium_org/v8/test/mjsunit/
H A Darray-store-and-grow.js56 function array_store_2(a,b,c) { function
61 array_store_2(a, 0, 0.5);
63 array_store_2(a, 0, 0.5);
65 assertEquals(0.5, array_store_2([], 0, 0.5));
/external/v8/test/mjsunit/
H A Darray-store-and-grow.js54 function array_store_2(a,b,c) { function
59 array_store_2(a, 0, 0.5);
61 array_store_2(a, 0, 0.5);
63 assertEquals(0.5, array_store_2([], 0, 0.5));

Completed in 217 milliseconds