tor-browser

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

bug1390082-1.js (155B)


      1 Object.defineProperty(Array.prototype, "2", {
      2    set: function () {}
      3 });
      4 async function* f() {
      5    yield {};
      6 }
      7 var x = f();
      8 x.next();
      9 x.next();
     10 x.next();