tor-browser

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

bug1768660.js (197B)


      1 a = newGlobal({newCompartment: true});
      2 a.parent = this;
      3 a.eval("Debugger(parent).onExceptionUnwind=function(){}");
      4 (function() {
      5  try {} finally {
      6    try {
      7      throw 9;
      8    } catch {}
      9  }
     10 })()