WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

jsdIScriptHook

IID:ae89a7e2-1dd1-11b2-8c2f-af82086291a5
Inherits From:nsISupports

Methods

void onScriptCreated ( jsdIScript script ) void onScriptDestroyed ( jsdIScript script )

void onScriptCreated ( jsdIScript script )

Called when scripts are created.

Arguments:
script

void onScriptDestroyed ( jsdIScript script )

Called when the JavaScript engine destroys a script. The jsdIScript object passed in will already be invalidated.

Arguments:
script

References

This interface is the type of the following properties:

jsdIDebuggerService.scriptHook

Reference documentation is generated from Mozilla's source.