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
/
ion
/
bug931496.js
blob: 7502dd08bc4a2a23f8de2a2a3e653b3b14e148f8 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
function
*
g
()
{
yield
}
g
()
function
f
()
{
g
()
}
try
{
new
f
}
catch
(
e
)
{}