tor-browser

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

bug1598784.js (132B)


      1 // |jit-test| error:ReferenceError
      2 (function() {
      3    switch (0) {
      4        case 0:
      5            f() = 0;
      6        case -3:
      7    }
      8 })();