tor-browser

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

bug1105187-sink.js (140B)


      1 // |jit-test| --ion-gvn=off; error:ReferenceError
      2 
      3 (function(x) {
      4    x = +x
      5    switch (y) {
      6        case -1:
      7            x = 0
      8    }
      9 })()