blob: 8e519f505bb6415c3fb5ebc017fcbee34eb99191 [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function foo() {
return new Array();
}
function bar() {
for (var i = 0; i < 10000000; ++i)
foo();
}
bar();