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
/
bug646495.js
blob: f961de74727afca0fdb7a97bfcce5aef2004cd8a (
plain
)
1
2
3
4
5
6
function
f
()
{
var
x
=
1
;
var
y
;
if
(
x
=
y
=
Math
)
{}
}
f
();