tor-browser

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

bug646495.js (73B)


      1 function f() {
      2    var x = 1;
      3    var y;
      4    if (x = y = Math) {}
      5 }
      6 f();