tor-browser

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

bug912152.js (78B)


      1 function foo() {
      2    try {
      3        this.f = 0;
      4    } finally {}
      5 }
      6 new foo();