tor-browser

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

bug1589002.js (153B)


      1 var g = newGlobal({newCompartment: true});
      2 g.parent = this;
      3 g.eval(`
      4  x = "12";
      5  x += "3";
      6  parent.evaluate("", {global: this, sourceMapURL: x});
      7 `);