File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ added: v15.1.0
247
247
The ` v8.stopCoverage() ` method allows the user to stop the coverage collection
248
248
started by [ ` NODE_V8_COVERAGE ` ] [ ] , so that V8 can release the execution count
249
249
records and optimize code. This can be used in conjunction with
250
- ` v8.takeCoverage() ` if the user wants to collect the coverage on demand.
250
+ [ ` v8.takeCoverage() ` ] [ ] if the user wants to collect the coverage on demand.
251
251
252
252
## ` v8.writeHeapSnapshot([filename]) `
253
253
<!-- YAML
@@ -557,5 +557,6 @@ A subclass of [`Deserializer`][] corresponding to the format written by
557
557
[ `serializer.transferArrayBuffer()` ] : #v8_serializer_transferarraybuffer_id_arraybuffer
558
558
[ `serializer.writeRawBytes()` ] : #v8_serializer_writerawbytes_buffer
559
559
[ `v8.stopCoverage()` ] : #v8_v8_stopcoverage
560
+ [ `v8.takeCoverage()` ] : #v8_v8_takecoverage
560
561
[ `vm.Script` ] : vm.md#vm_new_vm_script_code_options
561
562
[ worker threads ] : worker_threads.md
You can’t perform that action at this time.
0 commit comments