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
/
gc
/
bug-1238555.js
blob: f9e139a8952892b86180acd36cee15139a67a40d (
plain
)
1
2
3
4
5
6
7
8
9
oomTest
(
function
x
()
{
try
{
eval
(
'let '
)
}
catch
(
ex
)
{
(
function
()
{})()
}
}
);