summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1233179.js
blob: fefe51951dba3b0c7cc2ee24cc265f4b8a3a57b7 (plain)
1
2
3
4
5
6
let c = parseModule(`
  function a(x) { return x; }
  function b(x) { return i<40; }
  function d(x) { return x + 3; }
`);
getLcovInfo();