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
/
bug647440.js
blob: f03f2c2075bf705941aef41b6aac2854930a4d83 (
plain
)
1
2
3
4
5
6
7
if
(
false
)
function
g
()
{}
function
f
()
{
var
x
;
(
x
=
Infinity
)
>>
x
--
;
}
f
();