blob: 9291ae7dac66330ba4ff9134683e8ae123ec8d6c [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
(function() {
for (var i = 0; i < 1000000; ++i)
/foo/.exec("foo");
})();