blob: ec346595e3b083eb22eabe244e029c7c75e06adb [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(Date);