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
/
syntax-2.js
blob: 2241a39214345adc765cc2dc2069dc7ef3be5dc3 (
plain
)
1
2
3
4
5
6
7
// "of" is not a keyword.
var
of
;
Function
(
"var of;"
);
function
of
(
of
)
{}