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
/
bug657120.js
blob: 6e8af1a4958d309e04797eaa84efc92f351be5d0 (
plain
)
1
2
3
4
5
6
function
f
()
{
var
x
=
Object
(
2
);
var
y
=
3.14
;
assertEq
(
true
&&
x
<
y
,
true
);
}
f
();