tor-browser

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

bug1308578.js (247B)


      1 // |jit-test| error: ReferenceError
      2 
      3 g = newGlobal({newCompartment: true});
      4 g.parent = this;
      5 g.eval("new Debugger(parent).onExceptionUnwind = function () {}");
      6 a = new class extends Array {
      7    constructor() {
      8        for (;; ([] = p)) {}
      9    }
     10 }