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
/
bug648966.js
blob: df0f9d8cd3abd3bbf4911490adfa2b9a11fc4db2 (
plain
)
1
2
3
4
5
6
7
function
f
(
x
)
{
gc
();
-
x
;
-
null
;
}
f
();