tor-browser

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

bug583158.js (129B)


      1 // |jit-test| error: ReferenceError
      2 function g() {
      3  var rv = (function() {
      4    this << 1
      5  })()
      6  if (a) (function() {})
      7 }
      8 g()