tor-browser

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

bug1335642.js (134B)


      1 var g = newGlobal();
      2 var b = g.eval(`
      3 var b = /foo2/;
      4 Object.defineProperty(b, "source", { get: () => {}});
      5 `);
      6 new RegExp(b).source;