tor-browser

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

bug688968.js (112B)


      1 // Binary: cache/js-dbg-64-fecae145d884-linux
      2 // Flags: -m -n -a
      3 //
      4 
      5 function foo(x) {
      6  x === x--;
      7 }
      8 foo(1.2);