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