tor-browser

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

bug1158632.js (202B)


      1 for (var j = 0; j < 1; ++j) {
      2  function f(x) {
      3    x = 4294967295 >>> 4294967295 % x
      4    switch (-1) {
      5      case 1:
      6      // case 0:
      7      case -1:
      8        x = 0;
      9      // default:
     10    }
     11  }
     12  f();
     13 }