tor-browser

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

bug1116103.js (226B)


      1 // |jit-test| error: ReferenceError
      2 
      3 evaluate(`
      4    var g = newGlobal({newCompartment: true});
      5    g.parent = this;
      6    g.eval('new Debugger(parent).onExceptionUnwind = function() {};');
      7 `)
      8 {
      9    while (x && 0) {}
     10    let x
     11 }