tor-browser

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

testBug763950.js (130B)


      1 (function() {
      2    var x;
      3    for (let j = 0; j < 1; j = j + 1) 
      4        x = function() { return j; };
      5    assertEq(x(), 0);
      6 })();