tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

regress-1456512-greyreadbarrier.js (233B)


      1 // |reftest| skip-if(!xulRuntime.shell) -- needs grayRoot
      2 
      3 var wm = new WeakMap();
      4 grayRoot().map = wm;
      5 wm = null;
      6 gczeal(13, 7);
      7 var lfOffThreadGlobal = newGlobal();
      8 
      9 reportCompare('do not crash', 'do not crash', 'did not crash!');