bug1258301.js (87B)
1 x = new WeakMap; 2 x.__proto__ = null; 3 for (var i = 0; i < 3; i++) 4 x.someprop; 5 gc();