tor-browser

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

bug-2003809.js (189B)


      1 var x = newGlobal({ newCompartment: true });
      2 Debugger(x).onNewScript = function f(z) { m = z };
      3 x.eval("function g(){}");
      4 m.setBreakpoint(0, {});
      5 nukeAllCCWs();
      6 recomputeWrappers();
      7 gc();