tor-browser

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

bug678239-1.js (65B)


      1 function f(x) {
      2    x = x + 1;
      3    return x;
      4 }
      5 assertEq(f(3), 4)