Home
last modified time | relevance | path

Searched refs:aJSObj (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCWrappedJSClass.cpp292 HandleObject aJSObj,
300 return JS_GetPropertyById(ccx, aJSObj, aName, &val) &&
313 RootedObject aJSObj(cx, aJSObjArg);
316 if (!scriptEval.StartEvaluating(aJSObj))
348 RootedObject aJSObj(cx, aJSObjArg);
351 if (!scriptEval.StartEvaluating(aJSObj))
355 if (!JS_Enumerate(cx, aJSObj, &idArray))
365 if (!GetNamedPropertyAsVariantRaw(ccx, aJSObj, idName,
601 RootedObject aJSObj(cx, aJSObjArg);
602 JSObject* result = CallQueryInterfaceOnJSObject(cx, aJSObj,
[all …]
H A DnsXPConnect.cpp618 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJS() local
619 JSAutoCompartment ac(aJSContext, aJSObj); in WrapJS()
622 if (!XPCConvert::JSObject2NativeInterface(result, aJSObj, in WrapJS()
656 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJSAggregatedToNative() local
658 if (!XPCConvert::JSObject2NativeInterface(result, aJSObj, in WrapJSAggregatedToNative()
673 RootedObject aJSObj(aJSContext, aJSObjArg); in GetWrappedNativeOfJSObject() local
674 aJSObj = js::CheckedUnwrap(aJSObj, /* stopAtWindowProxy = */ false); in GetWrappedNativeOfJSObject()
675 if (!aJSObj || !IS_WN_REFLECTOR(aJSObj)) { in GetWrappedNativeOfJSObject()
680 RefPtr<XPCWrappedNative> temp = XPCWrappedNative::Get(aJSObj); in GetWrappedNativeOfJSObject()
H A DXPCWrappedJS.cpp388 JSObject* aJSObj,
392 : mJSObj(aJSObj),
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCWrappedJSClass.cpp277 return JS_GetPropertyById(ccx, aJSObj, aName, &val) && in GetNamedPropertyAsVariantRaw()
288 RootedObject aJSObj(cx, aJSObjArg); in GetNamedPropertyAsVariant() local
291 if (!scriptEval.StartEvaluating(aJSObj)) return NS_ERROR_FAILURE; in GetNamedPropertyAsVariant()
304 !GetNamedPropertyAsVariantRaw(ccx, aJSObj, id, aResult, &rv)) { in GetNamedPropertyAsVariant()
318 RootedObject aJSObj(cx, aJSObjArg); in BuildPropertyEnumerator() local
321 if (!scriptEval.StartEvaluating(aJSObj)) return NS_ERROR_FAILURE; in BuildPropertyEnumerator()
324 if (!JS_Enumerate(cx, aJSObj, &idArray)) return NS_ERROR_FAILURE; in BuildPropertyEnumerator()
333 if (!GetNamedPropertyAsVariantRaw(ccx, aJSObj, idName, in BuildPropertyEnumerator()
605 RootedObject aJSObj(cx, aJSObjArg); in GetRootJSObject() local
607 CallQueryInterfaceOnJSObject(cx, aJSObj, NS_GET_IID(nsISupports)); in GetRootJSObject()
[all …]
H A DnsXPConnect.cpp598 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJS() local
599 JSAutoCompartment ac(aJSContext, aJSObj); in WrapJS()
602 if (!XPCConvert::JSObject2NativeInterface(result, aJSObj, &aIID, nullptr, in WrapJS()
632 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJSAggregatedToNative() local
634 if (!XPCConvert::JSObject2NativeInterface(result, aJSObj, &aIID, aOuter, &rv)) in WrapJSAggregatedToNative()
647 RootedObject aJSObj(aJSContext, aJSObjArg); in GetWrappedNativeOfJSObject() local
648 aJSObj = js::CheckedUnwrap(aJSObj, /* stopAtWindowProxy = */ false); in GetWrappedNativeOfJSObject()
649 if (!aJSObj || !IS_WN_REFLECTOR(aJSObj)) { in GetWrappedNativeOfJSObject()
654 RefPtr<XPCWrappedNative> temp = XPCWrappedNative::Get(aJSObj); in GetWrappedNativeOfJSObject()
H A DXPCWrappedJS.cpp355 nsXPCWrappedJS::nsXPCWrappedJS(JSContext* cx, JSObject* aJSObj, in nsXPCWrappedJS() argument
358 : mJSObj(aJSObj), in nsXPCWrappedJS()
H A Dxpcprivate.h1713 JSObject* GetRootJSObject(JSContext* cx, JSObject* aJSObj); in NS_DEFINE_STATIC_IID_ACCESSOR()
1721 static nsresult BuildPropertyEnumerator(XPCCallContext& ccx, JSObject* aJSObj, in NS_DEFINE_STATIC_IID_ACCESSOR()
1725 JSObject* aJSObj, in NS_DEFINE_STATIC_IID_ACCESSOR()
1810 static nsresult GetNewOrUsed(JS::HandleObject aJSObj, REFNSIID aIID,
1876 nsXPCWrappedJS(JSContext* cx, JSObject* aJSObj, nsXPCWrappedJSClass* aClass,
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DnsXPConnect.cpp641 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJS() local
644 if (!XPCConvert::JSObject2NativeInterface(aJSContext, result, aJSObj, &aIID, in WrapJS()
674 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJSAggregatedToNative() local
676 if (!XPCConvert::JSObject2NativeInterface(aJSContext, result, aJSObj, &aIID, in WrapJSAggregatedToNative()
690 RootedObject aJSObj(aJSContext, aJSObjArg); in GetWrappedNativeOfJSObject() local
691 aJSObj = js::CheckedUnwrapDynamic(aJSObj, aJSContext, in GetWrappedNativeOfJSObject()
693 if (!aJSObj || !IS_WN_REFLECTOR(aJSObj)) { in GetWrappedNativeOfJSObject()
698 RefPtr<XPCWrappedNative> temp = XPCWrappedNative::Get(aJSObj); in GetWrappedNativeOfJSObject()
H A DXPCWrappedJS.cpp393 nsXPCWrappedJS::nsXPCWrappedJS(JSContext* cx, JSObject* aJSObj, in nsXPCWrappedJS() argument
396 : mJSObj(aJSObj), mInfo(aInfo), mRoot(root ? root : this), mNext(nullptr) { in nsXPCWrappedJS()
H A DXPCWrappedJSClass.cpp472 RootedObject aJSObj(cx, aJSObjArg); in GetRootJSObject() local
475 CallQueryInterfaceOnJSObject(cx, aJSObj, global, NS_GET_IID(nsISupports)); in GetRootJSObject()
477 result = aJSObj; in GetRootJSObject()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DnsXPConnect.cpp631 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJS() local
634 if (!XPCConvert::JSObject2NativeInterface(aJSContext, result, aJSObj, &aIID, in WrapJS()
664 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJSAggregatedToNative() local
666 if (!XPCConvert::JSObject2NativeInterface(aJSContext, result, aJSObj, &aIID, in WrapJSAggregatedToNative()
680 RootedObject aJSObj(aJSContext, aJSObjArg); in GetWrappedNativeOfJSObject() local
681 aJSObj = js::CheckedUnwrapDynamic(aJSObj, aJSContext, in GetWrappedNativeOfJSObject()
683 if (!aJSObj || !IS_WN_REFLECTOR(aJSObj)) { in GetWrappedNativeOfJSObject()
688 RefPtr<XPCWrappedNative> temp = XPCWrappedNative::Get(aJSObj); in GetWrappedNativeOfJSObject()
H A DXPCWrappedJS.cpp391 nsXPCWrappedJS::nsXPCWrappedJS(JSContext* cx, JSObject* aJSObj, in nsXPCWrappedJS() argument
394 : mJSObj(aJSObj), mInfo(aInfo), mRoot(root ? root : this), mNext(nullptr) { in nsXPCWrappedJS()
H A DXPCWrappedJSClass.cpp470 RootedObject aJSObj(cx, aJSObjArg); in GetRootJSObject() local
473 CallQueryInterfaceOnJSObject(cx, aJSObj, global, NS_GET_IID(nsISupports)); in GetRootJSObject()
475 result = aJSObj; in GetRootJSObject()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DnsXPConnect.cpp631 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJS() local
634 if (!XPCConvert::JSObject2NativeInterface(aJSContext, result, aJSObj, &aIID, in WrapJS()
664 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJSAggregatedToNative() local
666 if (!XPCConvert::JSObject2NativeInterface(aJSContext, result, aJSObj, &aIID, in WrapJSAggregatedToNative()
680 RootedObject aJSObj(aJSContext, aJSObjArg); in GetWrappedNativeOfJSObject() local
681 aJSObj = js::CheckedUnwrapDynamic(aJSObj, aJSContext, in GetWrappedNativeOfJSObject()
683 if (!aJSObj || !IS_WN_REFLECTOR(aJSObj)) { in GetWrappedNativeOfJSObject()
688 RefPtr<XPCWrappedNative> temp = XPCWrappedNative::Get(aJSObj); in GetWrappedNativeOfJSObject()
H A DXPCWrappedJS.cpp391 nsXPCWrappedJS::nsXPCWrappedJS(JSContext* cx, JSObject* aJSObj, in nsXPCWrappedJS() argument
394 : mJSObj(aJSObj), mInfo(aInfo), mRoot(root ? root : this), mNext(nullptr) { in nsXPCWrappedJS()
H A DXPCWrappedJSClass.cpp470 RootedObject aJSObj(cx, aJSObjArg); in GetRootJSObject() local
473 CallQueryInterfaceOnJSObject(cx, aJSObj, global, NS_GET_IID(nsISupports)); in GetRootJSObject()
475 result = aJSObj; in GetRootJSObject()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DnsXPConnect.cpp632 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJS() local
635 if (!XPCConvert::JSObject2NativeInterface(aJSContext, result, aJSObj, &aIID, in WrapJS()
665 RootedObject aJSObj(aJSContext, aJSObjArg); in WrapJSAggregatedToNative() local
667 if (!XPCConvert::JSObject2NativeInterface(aJSContext, result, aJSObj, &aIID, in WrapJSAggregatedToNative()
681 RootedObject aJSObj(aJSContext, aJSObjArg); in GetWrappedNativeOfJSObject() local
682 aJSObj = js::CheckedUnwrapDynamic(aJSObj, aJSContext, in GetWrappedNativeOfJSObject()
684 if (!aJSObj || !IS_WN_REFLECTOR(aJSObj)) { in GetWrappedNativeOfJSObject()
689 RefPtr<XPCWrappedNative> temp = XPCWrappedNative::Get(aJSObj); in GetWrappedNativeOfJSObject()
H A DXPCWrappedJS.cpp390 nsXPCWrappedJS::nsXPCWrappedJS(JSContext* cx, JSObject* aJSObj, in nsXPCWrappedJS() argument
393 : mJSObj(aJSObj), mInfo(aInfo), mRoot(root ? root : this), mNext(nullptr) { in nsXPCWrappedJS()
H A DXPCWrappedJSClass.cpp465 RootedObject aJSObj(cx, aJSObjArg); in GetRootJSObject() local
468 CallQueryInterfaceOnJSObject(cx, aJSObj, global, NS_GET_IID(nsISupports)); in GetRootJSObject()
470 result = aJSObj; in GetRootJSObject()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/idl/
H A DnsIXPConnect.idl184 in JSObjectPtr aJSObj,
200 in JSObjectPtr aJSObj);
225 in JSObjectPtr aJSObj,
/dports/www/firefox/firefox-99.0/js/xpconnect/idl/
H A DnsIXPConnect.idl183 in JSObjectPtr aJSObj,
199 in JSObjectPtr aJSObj);
224 in JSObjectPtr aJSObj,
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/idl/
H A DnsIXPConnect.idl184 in JSObjectPtr aJSObj,
200 in JSObjectPtr aJSObj);
225 in JSObjectPtr aJSObj,
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/idl/
H A DnsIXPConnect.idl183 in JSObjectPtr aJSObj,
199 in JSObjectPtr aJSObj);
224 in JSObjectPtr aJSObj,
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/idl/
H A DnsIXPConnect.idl330 in JSObjectPtr aJSObj,
346 in JSObjectPtr aJSObj);
371 in JSObjectPtr aJSObj,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/idl/
H A DnsIXPConnect.idl398 in JSObjectPtr aJSObj,
414 in JSObjectPtr aJSObj);
443 in JSObjectPtr aJSObj,

12