Profiler.takePreciseCoverage
Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
{
"name": "takePreciseCoverage",
"returns": [
{
"name": "result",
"type": "array",
"items": {
"$ref": "ScriptCoverage"
},
"description": "Coverage data for the current isolate."
}
],
"description": "Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started."
}