tor-browser

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

bug946284.js (82B)


      1 function f(x) {
      2    return x.length / 2
      3 }
      4 f("")
      5 assertEq(f(undefined + ""), 4.5);