tor-browser

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

bug643169.js (98B)


      1 for(var i=0; i<3; i++) {
      2    var x;
      3    function ff() {}
      4    with(this) {}
      5    x;
      6    x = true;
      7 }