tor-browser

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

bug654536.js (113B)


      1 function f() {
      2    var x = Object.prototype.hasOwnProperty.call(1);
      3    assertEq(x, false);
      4    isNaN(2);
      5 }
      6 f();