tor-browser

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

bug-1233915.js (259B)


      1 g = newGlobal({newCompartment: true});
      2 g.parent = this;
      3 g.eval("(" + function() {
      4    Debugger(parent)
      5        .onExceptionUnwind = function(frame) {
      6        return frame.eval("");
      7    };
      8 } + ")()");
      9 m = parseModule(` s1 `);
     10 moduleLink(m);
     11 moduleEvaluate(m);