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
/
bug595917.js
blob: 1b3e132953d7c1a74a95e371026d008a8e1b706f (
plain
)
1
2
3
4
if
(
!
this
.
parseInt
)
{
var
parseInt
=
function
()
{
return
5
;
}
}
assertEq
(
parseInt
(
10
),
10
);