Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
The nsICodeCoverage component allows controlling the code coverage counters collected by Firefox during execution. By flushing the counters, one can analyze the coverage information for a subset of the program execution (e.g. startup code coverage).