index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
arguments
/
rest-bug763954.js
blob: 3884abf8e26536a7ececc81e48f677a8c2380f70 (
plain
)
1
2
3
4
5
for (i in ['']) {} function f(...patterns) { patterns[i]; }; f('');