tor-browser

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

bug1274048.js (119B)


      1 // |jit-test| --code-coverage
      2 
      3 function h() {
      4    return 1;
      5 }
      6 function g() {
      7    switch (h()) {}
      8 }
      9 g();
     10 getLcovInfo();