summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/regress/regress-1456512-greyreadbarrier.js
blob: 7b145363ce7cf781106303468342a864b9b2f643 (plain)
1
2
3
4
5
6
7
8
9
// |reftest| skip-if(!xulRuntime.shell) -- needs grayRoot

var wm = new WeakMap();
grayRoot().map = wm;
wm = null;
gczeal(13, 7);
var lfOffThreadGlobal = newGlobal();

reportCompare('do not crash', 'do not crash', 'did not crash!');