tor-browser

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

bug1546232-2.js (116B)


      1 var g = newGlobal();
      2 g.eval(`
      3 Array.from(function*() {
      4    yield 1;
      5    relazifyFunctions();
      6    yield 1;
      7 }());
      8 `);