tor-browser

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

bug770952.js (199B)


      1 // |jit-test| error: TypeError
      2 load(libdir + "iteration.js");
      3 
      4 eval("var x; typeof x")
      5 Array.prototype[Symbol.iterator] = function () { for(y in x); };
      6 for (var v of ['a', 'b', 'c', 'd'])
      7    s = v;