Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
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"
);
})();