tor-browser

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

bug908920.js (201B)


      1 if (typeof schedulegc != 'undefined') {
      2    Function("\
      3        x = (function*() { yield })();\
      4        new Set(x);\
      5        schedulegc(1);\
      6        print( /x/ );\
      7        for (p in x) {}\
      8    ")();
      9 }