tor-browser

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

bug646968-5.js (120B)


      1 var y = 7;
      2 
      3 switch (function () { with ({}) return y; }()) {
      4 case 7:
      5    let y;
      6    break;
      7 default:
      8    throw 'FAIL';
      9 }