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
/
bug1055864.js
blob: 0cf993cb43d555002330c7d3898e59644f85f500 (
plain
)
1
2
3
4
5
6
7
8
function
f
()
{}
(
function
()
{
f
()
})()
function
g
()
{
new
f
>>
0
}
g
()