tor-browser

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

bug956156.js (106B)


      1 // |jit-test| error:TypeError
      2 function f() {
      3    ((function g(x) {
      4        g(x.slice)
      5    })([]))
      6 }
      7 new f