tor-browser

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

bug606829.js (84B)


      1 /* Don't assert. */
      2 function f(x)
      3 {
      4 if ("hi" == (x & 3)) {
      5 	return 1;
      6 }
      7 }
      8 f(12);