tor-browser

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

bug-1736310.js (239B)


      1 gczeal(9, 10);
      2 function a() {
      3    var b = new Int32Array(buffer);
      4    function c(d) {
      5        b[5] = d;
      6    }
      7    return c;
      8 }
      9 b = new Int32Array(6);
     10 var buffer = b.buffer;
     11 a()({
     12    valueOf() {
     13        detachArrayBuffer(buffer);
     14    }
     15 })