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.
The script is available for evaluation. For inline scripts, this method will be called synchronously. For externally loaded scripts, this method will be called when the load completes.
A result code representing the result of loading a script. If this is a failure code, script evaluation will not occur.
The element being processed.
What is the URI of the script (the document URI if it is inline).
At what line does the script appear (generally 1 if it is a loaded script).
The script has been evaluated.
A result code representing the success or failure of the script evaluation.
The element being processed.
Is this an inline script or externally loaded?
Generated using TypeDoc
Increases the reference count for this interface. The associated instance will not be deleted unless the reference count is returned to zero.
Returns
The resulting reference count.