Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index 4f72b16e017..0dc8eddc3dc 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -226,7 +226,7 @@ setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3);
## `v8.takeCoverage()`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
The `v8.takeCoverage()` method allows the user to write the coverage started by
@@ -241,7 +241,7 @@ disk, unless [`v8.stopCoverage()`][] is invoked before the process exits.
## `v8.stopCoverage()`
<!-- YAML
-added: REPLACEME
+added: v15.1.0
-->
The `v8.stopCoverage()` method allows the user to stop the coverage collection