Files
Kmake/test/fixtures/v8-coverage/subprocess.js

9 lines
120 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
const a = 99;
setTimeout(() => {
if (false) {
const b = 101;
} else if (false) {
const c = 102;
}
}, 10);