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
/
arrow-functions
/
bug-885067-1.js
blob: 04ee5fe5073594c86a06b90d82055643659e6757 (
plain
)
1
2
3
(
function
()
{
a
=
(
b
=>
eval
(
"0; [arguments]"
))();
})();