tor-browser

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

bug-1654186.js (181B)


      1 // |jit-test| allow-oom; skip-if: !hasFunction.oomAfterAllocations
      2 
      3 gczeal(14, 5);
      4 var g = newGlobal();
      5 g.eval("(" + function() {
      6    oomAfterAllocations(100);
      7 } + ")()");
      8 f.x("");