tor-browser

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

bug1817767.js (194B)


      1 function a(b) {
      2  var x = {};
      3  x[b] = true;
      4  return Object.getOwnPropertyNames(x)[0];
      5 }
      6 c = "aaaaaaaaaaaaaaaaaa111aaaa";
      7 d = "foo" + c;
      8 e = "bar" + d;
      9 f = "\u1200" + d;
     10 f.lastIndexOf();
     11 a(e);