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-1221747.js
blob: 12d31df2fb5e7c5adef874c7c037edcd6380dbad (
plain
)
1
2
3
4
5
6
// |jit-test| --dump-bytecode
function
f
()
{
eval
(
"(function() {})()"
);
}
oomTest
(
f
);