tor-browser

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

regress-1714532-oom-gc-yield.js (245B)


      1 // |reftest| skip-if(!this.hasOwnProperty("oomTest"))
      2 
      3 oomTest(function() {
      4    grayRoot();
      5    gczeal(8);
      6    gcslice(this);
      7 });
      8 
      9 this.reportCompare && reportCompare(true, true, 'An OOM while gray buffering should not leave the GC half-done');