tor-browser

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

bug-1723840.js (176B)


      1 gczeal(0);
      2 gcstress = 1;
      3 Object.defineProperty(this, "", {
      4    value: eval
      5 });
      6 gczeal(11);
      7 gczeal(6, 5);
      8 const a = { b: 7 };
      9 const c = [a, ""];
     10 const d = [c];
     11 new WeakMap(d);