blob: 5c4073877fc8cbb3557fee54a29438e7989435b2 [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function foo(x, y) {
for (var i = 0; i < 1e7; i++) {
x[y] += i;
}
}
foo({})