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
/
jaeger
/
bug767961.js
blob: b5516bd01e6a60f289043389e979ca718caea960 (
plain
)
1
2
3
4
5
6
function
C
()
{
this
.
x
=
this
[
this
.
y
=
"foo"
]
--
;
}
// Don't crash.
new
C
;