tor-browser

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

bug657120.js (98B)


      1 function f() {
      2    var x = Object(2);
      3    var y = 3.14;
      4    assertEq(true && x < y, true);
      5 }
      6 f();