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
/
testBug668479.js
blob: 30eaca5c4028e4e4c62e8248689b2519c163a380 (
plain
)
1
2
3
function
a
()
{
with
(
a
)
eval
(
"arguments[0]"
);
}
a
();