tor-browser

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

bug1214548.js (192B)


      1 // |jit-test| --code-coverage
      2 
      3 if (!('oomTest' in this))
      4    quit();
      5 
      6 oomTest(() => {
      7  var g = newGlobal({sameZoneAs: this});
      8  g.eval("\
      9    function f(){}; \
     10    getLcovInfo(); \
     11  ");
     12 });