Sign in
webkit
/
WebKit
/
43e0e14f3e70f29dc1155726982c213b5c1c457a
/
.
/
JSTests
/
microbenchmarks
/
simple-regexp-test-folding-fail.js
blob: 86666e763f31294790cc38fcd47c03ea391f4ed1 [
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
(
"bar"
);
})();