tor-browser

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

bug-1104162.js (205B)


      1 gczeal(11);
      2 g = newGlobal({newCompartment: true})
      3 g.eval("undefined;function f(){}")
      4 Debugger(g).onDebuggerStatement = function(x) {
      5    x.eval("f").return.script.setBreakpoint(0, {})
      6 }
      7 g.eval("debugger")