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