tor-browser

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

bug-886551-1.js (201B)


      1 if (this.hasOwnProperty('Intl')) {
      2    gc();
      3    gcslice(1);
      4    var thisValues = [ "x" ];
      5    thisValues.forEach(function (value) {
      6            var format = Intl.DateTimeFormat.call(value);
      7    });
      8 }