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
/
bug-728079-js17-4.js
blob: 3c3917f9054d9899905e3c66c94254acb2bd5696 (
plain
)
1
2
3
// Test case from bug 785989 comment 3.
Reflect
.
parse
(
"for (let [a, b] of c) ;"
);