tor-browser

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

bug1317460.js (205B)


      1 // |jit-test| error:TypeError
      2 
      3 g = newGlobal();
      4 g.parent = this;
      5 g.eval("(" + function() {
      6    Debugger(parent).onExceptionUnwind = function() { return 0; };
      7 } + ")()");
      8 async function f() {
      9    t;
     10 }
     11 f();