tor-browser

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

bug956173.js (102B)


      1 function foo() {
      2    {
      3      let x=arguments;
      4      return function() { return x; };
      5    }
      6 }
      7 foo()();