tor-browser

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

bug829795.js (107B)


      1 // |jit-test| error: TypeError
      2 
      3 try {
      4    x = [];
      5    Array.prototype.forEach()
      6 } catch (e) {}
      7 x.forEach()