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
/
bug509639.js
blob: 7c5b0c79192d4c0959b1cbe8de3dc1506cb7a01e (
plain
)
1
2
3
// don't crash
(
function
(){
var
c
;
eval
(
"for(c in [1,2,3,4]) {}"
)
})();