tor-browser

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

bug829821.js (129B)


      1 // |jit-test| error:TypeError
      2 
      3 x = [];
      4 x.unshift(Uint8ClampedArray);
      5 x.forEach(Array.prototype.push.bind(new Uint8ClampedArray))