tor-browser

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

bug-2007047.js (333B)


      1 const opt = (function() {
      2    class RNG {
      3        a = 11;
      4        b = 22;
      5        c;
      6    }
      7    let rng = new RNG();
      8    function func() {return rng}
      9    return func;
     10 })();
     11 
     12 BigInt64Array[0] = [1.1, 2.2, 3.3];
     13 let va;
     14 try { va = this.addMarkObservers(BigInt64Array); } catch (e) {}
     15 this.relazifyFunctions(this, this, va, this);
     16 gc();