tor-browser

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

bug1928208.js (149B)


      1 // |jit-test| --dump-bytecode
      2 gczeal(22, 150);
      3 a = [""];
      4 "".toString();
      5 Object.defineProperty(a, 5, {get : function() {
      6  gc(this, "shrinking");
      7 }})