tor-browser

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

bug645629.js (100B)


      1 /* Don't assert. */
      2 o1 = {};
      3 o1 = 2;
      4 function f(o) {
      5    o.hasOwnProperty("x");
      6 }
      7 new f(o1);
      8 f(o1);