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
/
basic
/
testBoolToString.js
blob: 9eeb40c5d5dde193f762811595ef79ec8a252020 (
plain
)
1
2
3
// |jit-test| error: TypeError;
var
bts
=
true
.
toString
;
bts
();