Package-level declarations
Types
Coverage data for a source range.
A dummy response object for the ProfilerDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the ProfilerDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Coverage data for a JavaScript function.
Response type for the ProfilerDomain.getBestEffortCoverage command.
Specifies a number of samples attributed to a certain source position.
Profile node. Holds callsite information, execution statistics and child nodes.
(undocumented in the protocol definition)
Coverage data for a JavaScript script.
Request object containing input parameters for the ProfilerDomain.setSamplingInterval command.
A dummy response object for the ProfilerDomain.setSamplingInterval command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the ProfilerDomain.startPreciseCoverage command.
Response type for the ProfilerDomain.startPreciseCoverage command.
A dummy response object for the ProfilerDomain.start command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the ProfilerDomain.stopPreciseCoverage command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Response type for the ProfilerDomain.stop command.
Response type for the ProfilerDomain.takePreciseCoverage command.