blob: a8100c400c051a64914ac497568599d516324d83 [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function test(a, b, c, d, e)
{
return a.concat(b).concat(c).concat(d).concat(e);
}
noInline(test);
for (var i = 0; i < 1e6; ++i)
test("Cocoa", "Cappuccino", "Matcha", "Rize", "Kilimanjaro");