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