Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Array

353 testOneArrayType(Array);
355 var large_array = new Array(large_array_size);
359 // Cause the array to grow beyond it's JSArray length. This will double the
360 // size of the capacity and force the array into "slow" dictionary case.
372 var large_array2 = new Array(large_array_size);
376 // Convert back to fast elements and make sure the contents of the array are
390 // Make sure it's possible to change the array's length and that array is still
392 var large_array3 = new Array(large_array_size);
521 large_array4 = new Array(large_array_size);