tor-browser

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

bug600419.js (85B)


      1 /* Don't assert. */
      2 (function() {
      3    var x;
      4    [1].map(function(){}, x << x);
      5 })()