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
/
testDestructuringFormalError.js
blob: 1d1a8c2c034050ba3153b9777323355255d463e1 (
plain
)
1
2
3
4
5
6
// |jit-test| error:TypeError
(
function
({
l
})
{
eval
();
})()