xref
: /
third_party
/
node
/
test
/
fixtures
/
v8-coverage
/
stop-coverage.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/v8-coverage/
1
'use strict'
;
2
const
v8
=
require
(
'v8'
);
3
v8
.
stopCoverage
();
4