tor-browser

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

bug858097.js (189B)


      1 // |jit-test| allow-oom; allow-unhandlable-oom
      2 gczeal(0);
      3 function MyObject( value ) {}
      4 gcparam("maxBytes", gcparam("gcBytes") + 4*(1));
      5 gczeal(4);
      6 function test() {}
      7 var obj = new test();