tor-browser

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

bug-1502669.js (187B)


      1 // |jit-test| error: ReferenceError
      2 var g = newGlobal({newCompartment: true});
      3 g.parent = this;
      4 g.eval("new Debugger(parent).onExceptionUnwind = function () { hits++; };");
      5 import('')();