tor-browser

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

bug934789-1.js (250B)


      1 if (typeof dis === "function") {
      2    (function() {
      3        function foo() {}
      4 
      5        dis(function bar(e) {
      6            try {
      7                (function() { e; });
      8            } catch (e) {
      9                foo();
     10            }
     11        });
     12    }());
     13 }