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
/
basic
/
bug570663-1.js
blob: 08f14ecf7ae2c875edb0509674aff24e30053862 (
plain
)
1
2
3
4
// don't crash
for
(
var
a
=
0
;
a
<
4
;
a
++
)
{
switch
(
NaN
)
{}
}