blob: b28c094e196117863bb34d4a49621f1b21abdf24 [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function slice(string, start, end)
{
return string.slice(start, end);
}
noInline(slice);
for (var i = 0; i < 1e6; ++i)
slice("Cocoa", 3, 3);