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
/
baseline
/
bug1258301.js
blob: ce510a0e0b74b0b6aa8f239f963e1d723cd99ba8 (
plain
)
1
2
3
4
5
x
=
new
WeakMap
;
x
.
__proto__
=
null
;
for
(
var
i
=
0
;
i
<
3
;
i
++
)
x
.
someprop
;
gc
();