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
/
bug648004.js
blob: ba215bdead8a8a99025b218b0db7ff4da3bf1b43 (
plain
)
1
2
3
4
var
x
=
eval
(
"gc(); 30"
);
var
y
=
x
.
toString
();
isNaN
(
x
);
assertEq
(
y
,
"30"
);