Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Array

356 testOneArrayType(Array);
358 var large_array = new Array(large_array_size);
362 // Cause the array to grow beyond it's JSArray length. This will double the
363 // size of the capacity and force the array into "slow" dictionary case.
375 var large_array2 = new Array(large_array_size);
379 // Convert back to fast elements and make sure the contents of the array are
393 // Make sure it's possible to change the array's length and that array is still
395 var large_array3 = new Array(large_array_size);
524 large_array4 = new Array(large_array_size);