tor-browser

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

bug652590.js (85B)


      1 function f() {
      2    var x = undefined ? 1 : 4294967295;
      3    print(false || x);
      4 }
      5 f();