File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ added: REPLACEME
247247The ` v8.stopCoverage() ` method allows the user to stop the coverage collection
248248started by [ ` NODE_V8_COVERAGE ` ] [ ] , so that V8 can release the execution count
249249records 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.
251251
252252## ` v8.writeHeapSnapshot([filename]) `
253253<!-- YAML
@@ -557,5 +557,6 @@ A subclass of [`Deserializer`][] corresponding to the format written by
557557[ `serializer.transferArrayBuffer()` ] : #v8_serializer_transferarraybuffer_id_arraybuffer
558558[ `serializer.writeRawBytes()` ] : #v8_serializer_writerawbytes_buffer
559559[ `v8.stopCoverage()` ] : #v8_v8_stopcoverage
560+ [ `v8.takeCoverage()` ] : #v8_v8_takecoverage
560561[ `vm.Script` ] : vm.md#vm_new_vm_script_code_options
561562[ worker threads ] : worker_threads.md
You can’t perform that action at this time.
0 commit comments