tor-browser

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

testBug740445.js (198B)


      1 function testMethodInit() {
      2    function o() {}
      3    function k() {
      4        for (i = 0; i < this.depth; ++i) {}
      5    }
      6    for (var i = 0; i < 10; i++)
      7        (i) = {o: o, k: k};
      8 }
      9 testMethodInit();