Sign in
webkit
/
WebKit
/
11eb14dbd76d8d03d540dd8285a36f1a3b897832
/
.
/
JSTests
/
microbenchmarks
/
simple-regexp-exec-folding.js
blob: 35f6906c118c7ab1fd74249e569820b2378aef13 [
file
] [
log
] [
blame
]
(
function
()
{
for
(
var
i
=
0
;
i
<
1000000
;
++
i
)
/
foo
/.
exec
(
"foo"
);
})();