Sign in
webkit
/
WebKit
/
73d489c153bea24ba07ff63ba8b8ea61cc2bba7a
/
.
/
JSTests
/
microbenchmarks
/
simple-regexp-test-folding.js
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"
);
})();