index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
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
;
})();