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
/
for-of
/
arrays-5.js
blob: 266eb1d948d5f7100ec88858b27cb38ecf43cb40 (
plain
)
1
2
3
4
// for-of on an empty array does nothing.
for
(
var
x
of
[])
fail
();