tor-browser

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

bug561359-1.js (78B)


      1 for (let z = 0; z < 2; z++) {
      2    with ({x: function () {}})
      3        f = x;
      4 }