tor-browser

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

bug540131-2.js (242B)


      1 // |jit-test| error: TypeError
      2 (function() {
      3  for (let z in [true]) {
      4    (new(eval("for(l in[0,0,0,0]){}"))
      5     (((function f(a, b) {
      6      if (a.length == b) {
      7        return (z)
      8      }
      9      f(a, b + 1)
     10    })([,,], 0)), []))
     11  }
     12 })()