tor-browser

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

bug643376.js (148B)


      1 SECTION = 0;
      2 function TestCase() {}
      3 function outer_func(x)
      4 {
      5    var y = "inner";
      6    new TestCase( SECTION, { SECTION: ++y });
      7 }
      8 outer_func(1111);