tor-browser

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

bug1107525.js (235B)


      1 // |jit-test| error: InternalError
      2 enableGeckoProfiling();
      3 var g = newGlobal({newCompartment: true});
      4 g.parent = this;
      5 g.eval("new Debugger(parent).onExceptionUnwind = function () { hits++; };");
      6 function f() {
      7    var x = f();
      8 }
      9 f();