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
/
gc
/
oomInWeakMap.js
blob: 0992907ed7057e423abde601716229cfda35bf03 (
plain
)
1
2
3
4
oomTest
(
function
()
{
eval
(
`var wm = new WeakMap();
wm.set({}, 'FOO').get(false);`
);
});