Home
last modified time | relevance | path

Searched refs:maybeObj (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DJSServices.cpp25 JSObject* maybeObj);
164 JSObject* maybeObj) { in Services_MayResolve() argument
H A DXPCJSID.cpp59 JSObject* maybeObj);
538 JSObject* maybeObj) { in IID_MayResolve() argument
543 if (!maybeObj) { in IID_MayResolve()
550 const nsXPTInterfaceInfo* info = GetInterfaceInfo(maybeObj); in IID_MayResolve()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DJSServices.cpp26 JSObject* maybeObj);
165 JSObject* maybeObj) { in Services_MayResolve() argument
H A DXPCJSID.cpp60 JSObject* maybeObj);
539 JSObject* maybeObj) { in IID_MayResolve() argument
544 if (!maybeObj) { in IID_MayResolve()
551 const nsXPTInterfaceInfo* info = GetInterfaceInfo(maybeObj); in IID_MayResolve()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DJSServices.cpp25 JSObject* maybeObj);
164 JSObject* maybeObj) { in Services_MayResolve() argument
H A DXPCJSID.cpp59 JSObject* maybeObj);
538 JSObject* maybeObj) { in IID_MayResolve() argument
543 if (!maybeObj) { in IID_MayResolve()
550 const nsXPTInterfaceInfo* info = GetInterfaceInfo(maybeObj); in IID_MayResolve()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DObjectOperations-inl.h190 JSObject* maybeObj) { in ClassMayResolveId() argument
191 MOZ_ASSERT_IF(maybeObj, maybeObj->getClass() == clasp); in ClassMayResolveId()
204 if (!mayResolve(names, id, maybeObj)) { in ClassMayResolveId()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DObjectOperations-inl.h207 JSObject* maybeObj) { in ClassMayResolveId() argument
208 MOZ_ASSERT_IF(maybeObj, maybeObj->getClass() == clasp); in ClassMayResolveId()
221 if (!mayResolve(names, id, maybeObj)) { in ClassMayResolveId()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DObjectOperations-inl.h215 JSObject* maybeObj) { in ClassMayResolveId() argument
216 MOZ_ASSERT_IF(maybeObj, maybeObj->getClass() == clasp); in ClassMayResolveId()
229 if (!mayResolve(names, id, maybeObj)) { in ClassMayResolveId()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DObjectOperations-inl.h207 JSObject* maybeObj) { in ClassMayResolveId() argument
208 MOZ_ASSERT_IF(maybeObj, maybeObj->getClass() == clasp); in ClassMayResolveId()
221 if (!mayResolve(names, id, maybeObj)) { in ClassMayResolveId()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject-inl.h412 ClassMayResolveId(const JSAtomState& names, const Class* clasp, jsid id, JSObject* maybeObj) in ClassMayResolveId() argument
414 MOZ_ASSERT_IF(maybeObj, maybeObj->getClass() == clasp); in ClassMayResolveId()
426 if (!clasp->mayResolve(names, id, maybeObj)) in ClassMayResolveId()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DNativeObject-inl.h422 ClassMayResolveId(const JSAtomState& names, const Class* clasp, jsid id, JSObject* maybeObj) in ClassMayResolveId() argument
424 MOZ_ASSERT_IF(maybeObj, maybeObj->getClass() == clasp); in ClassMayResolveId()
436 if (!mayResolve(names, id, maybeObj)) in ClassMayResolveId()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Dbase.h86 static bool mayResolve(const JSAtomState& names, jsid id, JSObject* maybeObj);
H A Dbase.cpp66 bool BaseInfo::mayResolve(const JSAtomState& names, jsid id, JSObject* maybeObj) { in mayResolve() argument
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSObject-inl.h47 JSObject* maybeObj) { in ClassMayResolveId() argument
48 MOZ_ASSERT_IF(maybeObj, maybeObj->getClass() == clasp); in ClassMayResolveId()
61 if (!mayResolve(names, id, maybeObj)) return false; in ClassMayResolveId()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DRootingAPI.h411 inline void AssertObjectIsNotGray(JSObject* maybeObj) {
412 AssertCellIsNotGray(reinterpret_cast<js::gc::Cell*>(maybeObj));
422 inline void AssertObjectIsNotGray(JSObject* maybeObj) {}
/dports/www/firefox/firefox-99.0/js/public/
H A DRootingAPI.h421 inline void AssertObjectIsNotGray(JSObject* maybeObj) {
422 AssertCellIsNotGray(reinterpret_cast<js::gc::Cell*>(maybeObj));
432 inline void AssertObjectIsNotGray(JSObject* maybeObj) {}
H A DClass.h287 JSObject* maybeObj);
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DRootingAPI.h406 inline void AssertObjectIsNotGray(JSObject* maybeObj) {
407 AssertCellIsNotGray(reinterpret_cast<js::gc::Cell*>(maybeObj));
417 inline void AssertObjectIsNotGray(JSObject* maybeObj) {}
H A DClass.h287 JSObject* maybeObj);
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DRootingAPI.h406 inline void AssertObjectIsNotGray(JSObject* maybeObj) {
407 AssertCellIsNotGray(reinterpret_cast<js::gc::Cell*>(maybeObj));
417 inline void AssertObjectIsNotGray(JSObject* maybeObj) {}
H A DClass.h287 JSObject* maybeObj);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DClass.h359 (* JSMayResolveOp)(const JSAtomState& names, jsid id, JSObject* maybeObj);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DClass.h359 (* JSMayResolveOp)(const JSAtomState& names, jsid id, JSObject* maybeObj);
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.h195 JSObject* maybeObj);

123