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