index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
ion
/
bug1172498.js
blob: 705cc109b83abb27f6bb5f8dbfd21a54b955c648 (
plain
)
1
2
3
for
(
var
e
=
1
;
e
<
10000
;
e
++
)
{
new
(
function
(
c
)
{
eval
(
"var y"
);
});
}