blob: 1ceb861e943ecf72777da5bdff8a5d8b592d1aee [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function arrayPush0() {
var ret = [1];
ret.push();
return ret;
}
noInline(arrayPush0);
for (var i = 0; i < 1e7; ++i)
arrayPush0();