tor-browser

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

bug642758.js (133B)


      1 function Integer( value, exception ) { }
      2 try {
      3 new Integer( Math.LN2, ++INVALID_INTEGER_VALUE? exception+1.1: 1900 );
      4 } catch (e) {}