aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/v8-coverage/throw.js
blob: 7436fc997863910c8c2dbcd1dbb9b27abfcb5f87 (plain)
1
2
3
4
5
6
7
const a = 99;
if (true) {
  const b = 101;
} else {
  const c = 102;
}
throw new Error('test');