xref
: /
third_party
/
node
/
test
/
fixtures
/
v8-coverage
/
exit-1.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/v8-coverage/
1
const
a =
99
;
2
if
(
true
) {
3
const
b =
101
;
4
}
else
{
5
const
c =
102
;
6
}
7
process
.
exit
(
1
);
8