index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
symbol
/
bug-1033856.js
blob: 18f80ac2024c5ac1364d9afc7a3bfb3455939bf6 (
plain
)
1
2
3
4
5
6
function
f
(
x
,
y
)
{
return
x
==
y
;
}
f
(
1.1
,
2.2
);
for
(
var
i
=
0
;
i
<
5
;
i
++
)
f
(
1
,
Symbol
());