tor-browser

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

bug1203790.js (217B)


      1 gczeal(14);
      2 verifyprebarriers();
      3 x = [];
      4 Array.prototype.push.call(x, new Uint8Array());
      5 Array.prototype.some.call(x, function() {
      6    try {
      7        y.toString();
      8    } catch (e) {}
      9 });
     10 Array.prototype.shift.call(x);