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
/
basic
/
bug657197.js
blob: fde956abee56e01d50ea74fdfa166e408f54bb39 (
plain
)
1
2
3
4
5
try
{
(
function
()
{
new
function
()
{
throw
[];
}
})()
}
catch
(
e
)
{}