summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1723841.js
blob: 97ceccd70bef3f8c13f6472a8cbaded999580874 (plain)
1
2
3
4
5
6
7
gczeal(0);
m0 = new WeakMap;
o = {};
s = '';
m0.set(o,s);
verifyprebarriers();
startgc('');