tor-browser

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

bug1903324.js (108B)


      1 for (var i = 0; i < 15; i++) {
      2    new Promise(function() { throw 1; }).catch(e => null).finally(Object);
      3 }