tor-browser

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

bug658209.js (168B)


      1 for (var i=0; i<20; i++) {
      2    (function () {
      3        var x;
      4        (function () {
      5            x = /abc/;
      6            x++;
      7            gc();
      8        })();
      9    })();
     10 }