tor-browser

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

bug595917.js (97B)


      1 if (!this.parseInt) {
      2    var parseInt = function () { return 5; }
      3 }
      4 assertEq(parseInt(10), 10);