blob: 8c535a6d98724fca2defd8bd330f6877a4607355 [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
var fn = function() {
return () => arguments[0];
}(1);
for (var i = 0; i < 100000; i++) {
if(fn(2) !== 1) throw 0;
}