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
/
jaeger
/
recompile
/
bug638977.js
blob: 0fac782249734dca426eb053c5c05012d9682c0e (
plain
)
1
2
3
4
5
6
function
f
()
{
gc
();
[].
unshift
(
false
);
}
f
();
f
();