tor-browser

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

bug1107913.js (249B)


      1 // |jit-test| error: TypeError
      2 
      3 var g = newGlobal();
      4 g.parent = this;
      5 g.eval("new Debugger(parent).onExceptionUnwind = function () {};");
      6 Object.preventExtensions(this);
      7 evaluate("function testcase() { }", { noScriptRval : true, isRunOnce: true });