Functions | |
| void | ConvertJSValToStr (nsString &aString, JSContext *aContext, jsval aValue) |
| PR_STATIC_CALLBACK (void) FinalizeInstallTriggerGlobal(JSContext *cx | |
| JS_STATIC_DLL_CALLBACK (void) FinalizeInstallTriggerGlobal(JSContext *cx | |
| nsresult | InitInstallTriggerGlobalClass (JSContext *jscontext, JSObject *global, void **prototype) |
| nsresult | NS_InitInstallTriggerGlobalClass (nsIScriptContext *aContext, void **aPrototype) |
| nsresult | NS_NewScriptInstallTriggerGlobal (nsIScriptContext *aContext, nsISupports *aSupports, nsISupports *aParent, void **aReturn) |
Variables | |
| JSObject * | obj |
| JSClass | InstallTriggerGlobalClass |
| PR_STATIC_CALLBACK | ( | void | ) |
| JS_STATIC_DLL_CALLBACK | ( | void | ) |
| nsresult InitInstallTriggerGlobalClass | ( | JSContext * | jscontext, | |
| JSObject * | global, | |||
| void ** | prototype | |||
| ) |
| nsresult NS_InitInstallTriggerGlobalClass | ( | nsIScriptContext * | aContext, | |
| void ** | aPrototype | |||
| ) |
| nsresult NS_NewScriptInstallTriggerGlobal | ( | nsIScriptContext * | aContext, | |
| nsISupports * | aSupports, | |||
| nsISupports * | aParent, | |||
| void ** | aReturn | |||
| ) |
Initial value:
{
"InstallTrigger",
JSCLASS_HAS_PRIVATE,
JS_PropertyStub,
JS_PropertyStub,
JS_PropertyStub,
JS_PropertyStub,
JS_EnumerateStub,
JS_ResolveStub,
JS_ConvertStub,
FinalizeInstallTriggerGlobal
}
1.5.6