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
/
basic
/
testConstDestructringArguments.js
blob: e07d93a55fd0489864da9cf582f5c5362191719b (
plain
)
1
2
3
// |jit-test| error: TypeError (function () { const [arguments] = 0; })();