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
/
bug584647.js
blob: 7f0e6598481005d02258daf979cef200376fa1ba (
plain
)
1
2
(
function
(){
for
(
j
=
0
;
j
<
3
;
++
j
)
NaN
=
42
})();
assertEq
(
NaN
!=
NaN
,
true
);