blob: cbce6114d9c73b15a71d76514d1c493221ba4276 [file] [log] [blame]
(function() {
for (var i = 0; i < 1000000; ++i)
/foo/.exec("bar");
})();