blob: ddeb8f6f8c62c44902fea4dfeb289d422e68c74a [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/.test("foo");
})();