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