tor-browser

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

bug1147939.js (223B)


      1 // |jit-test| error: TypeError
      2 var g = newGlobal();
      3 g.debuggeeGlobal = this;
      4 g.eval("(" + function () {
      5        dbg = new Debugger(debuggeeGlobal);
      6        dbg.onExceptionUnwind = Map;
      7 } + ")();");
      8 throw new Error("oops");