tor-browser

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

bug617139.js (105B)


      1 // |jit-test| error: InternalError
      2 // don't assert
      3 
      4 gczeal(2)
      5 function x() { 
      6    [null].some(x)
      7 }
      8 x();