tor-browser

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

bug799185-9.js (126B)


      1 function f() {
      2    try {} catch (x) {
      3        return;
      4    } finally {
      5        null.x;
      6    }
      7 }
      8 
      9 try {
     10    f();
     11 } catch (x) {}