Sign in
webkit
/
WebKit
/
73d489c153bea24ba07ff63ba8b8ea61cc2bba7a
/
.
/
JSTests
/
microbenchmarks
/
simple-regexp-exec-folding-fail.js
blob: 77e3a6777e519d6160f0b75d04e3f021c93ec818 [
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
(
"bar"
);
})();