node/test/fixtures/v8-coverage/throw.js

8 lines
96 B
JavaScript

const a = 99;
if (true) {
const b = 101;
} else {
const c = 102;
}
throw new Error('test');