tor-browser

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

bug1284491.js (205B)


      1 loadFile(`
      2  function SwitchTest(){
      3    switch(value) {
      4      case 0:break
      5      case isNaN: break
      6    }
      7  }
      8  SwitchTest();
      9 `)
     10 function loadFile(lfVarx) {
     11  oomTest(function() { return eval(lfVarx); })
     12 }