tor-browser

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

bug755832.js (58B)


      1 var x;
      2 function f(o) {
      3    o.prop = x = 3;
      4 }
      5 f({});
      6 f(1);