tor-browser

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

bug842313.js (152B)


      1 function concat(v, index, array) {}
      2 var strings = ['hello', 'Array', 'WORLD'];
      3 try {
      4    strings.forEach();
      5 } catch(e) {
      6    strings.forEach(concat);
      7 }