Home
last modified time | relevance | path

Searched refs:stopCoverage (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/fixtures/v8-coverage/
Dstop-coverage.js3 v8.stopCoverage();
/third_party/node/lib/
Dv8.js419 stopCoverage: profiler.stopCoverage, property
/third_party/node/doc/api/
Dv8.md260 ## `v8.stopCoverage()`
269 The `v8.stopCoverage()` method allows the user to stop the coverage collection
290 disk unless [`v8.stopCoverage()`][] is invoked before the process exits.
1180 [`v8.stopCoverage()`]: #v8stopcoverage
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md1657 … to exit, one last coverage will still be written to disk, unless `v8.stopCoverage()` was invoked …
1659 The `v8.stopCoverage()` method allows to stop the coverage collection, so that V8 can release the e…
1709 …js/node/commit/7bfa872013)] - **(SEMVER-MINOR)** **v8**: implement v8.stopCoverage() (Joyee Cheung…
DCHANGELOG_V14.md314 …js/node/commit/84fcdc3074)] - **(SEMVER-MINOR)** **v8**: implement v8.stopCoverage() (Joyee Cheung…
380 …js/node/commit/84fcdc3074)] - **(SEMVER-MINOR)** **v8**: implement v8.stopCoverage() (Joyee Cheung…
575 …https://github.com/nodejs/node/commit/0d098bfaf0)] - **doc**: move v8.stopCoverage() to expected l…
DCHANGELOG_V16.md1843 …https://github.com/nodejs/node/commit/ddc24b2105)] - **doc**: move v8.stopCoverage() to expected l…
DCHANGELOG_V12.md461 `v8.stopCoverage()` and `v8.takeCoverage()` have been added.
486 …js/node/commit/86f34ee18c)] - **(SEMVER-MINOR)** **v8**: implement v8.stopCoverage() (Joyee Cheung…