tor-browser

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

bug1007027.js (80B)


      1 // |jit-test| error: ReferenceError
      2 (function(x) {
      3    x = i ? 4 : 2
      4    y
      5 })()