tor-browser

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

bug-1233179.js (169B)


      1 // |jit-test| --code-coverage
      2 
      3 let c = parseModule(`
      4  function a(x) { return x; }
      5  function b(x) { return i<40; }
      6  function d(x) { return x + 3; }
      7 `);
      8 getLcovInfo();