Home
last modified time | relevance | path

Searched refs:setterObject (Results 1 – 25 of 86) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLProtoImplProperty.cpp239 JS::Rooted<JSObject*> setterObject(cx); in CompileMember() local
243 setterObject.address()); in CompileMember()
247 mSetter.SetJSFunction(setterObject); in CompileMember()
300 JS::Rooted<JSObject*> setterObject(cx); in Read() local
303 nsresult rv = XBL_DeserializeFunction(aStream, &setterObject); in Read()
308 mSetter.SetJSFunction(setterObject); in Read()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DnsXBLProtoImplProperty.cpp250 JS::Rooted<JSObject*> setterObject(cx); in CompileMember() local
254 setterObject.address()); in CompileMember()
258 mSetter.SetJSFunction(setterObject); in CompileMember()
314 JS::Rooted<JSObject*> setterObject(cx); in Read() local
317 nsresult rv = XBL_DeserializeFunction(aStream, &setterObject); in Read()
322 mSetter.SetJSFunction(setterObject); in Read()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/wrappers/
H A DWaiveXrayWrapper.cpp25 if (desc.hasSetterObject() && desc.setterObject()) { in WaiveAccessors()
26 RootedValue v(cx, JS::ObjectValue(*desc.setterObject())); in WaiveAccessors()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/wrappers/
H A DWaiveXrayWrapper.cpp25 if (desc.hasSetterObject() && desc.setterObject()) { in WaiveAccessors()
26 RootedValue v(cx, JS::ObjectValue(*desc.setterObject())); in WaiveAccessors()
H A DAddonWrapper.cpp211 RootedValue fval(cx, ObjectValue(*desc.setterObject())); in set()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/wrappers/
H A DWaiveXrayWrapper.cpp23 if (desc.hasSetterObject() && desc.setterObject()) { in WaiveAccessors()
24 RootedValue v(cx, JS::ObjectValue(*desc.setterObject())); in WaiveAccessors()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DTracer.cpp161 JSObject* tmp = shape->setterObject(); in TraceCycleCollectorChildren()
163 MOZ_ASSERT(tmp == shape->setterObject()); in TraceCycleCollectorChildren()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DPropertyDescriptor.h197 JS::Handle<JSObject*> setterObject() const { in setterObject() function
358 JS::MutableHandle<JSObject*> setterObject() { in setterObject() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DTracer.cpp195 JSObject* tmp = shape->setterObject();
197 MOZ_ASSERT(tmp == shape->setterObject());
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DTracer.cpp176 JSObject* tmp = shape->setterObject(); in TraceCycleCollectorChildren()
178 MOZ_ASSERT(tmp == shape->setterObject()); in TraceCycleCollectorChildren()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DShape.h799 inline JSObject* setterObject() const;
800 bool hasSetterObject() const { return hasSetterValue() && setterObject(); }
805 if (JSObject* setterObj = setterObject())
1293 gc::StoreBuffer* sb = reinterpret_cast<gc::Cell*>(shape->setterObject())->storeBuffer();
1344 Shape::setterObject() const
H A DNativeObject.cpp1290 if (!(shapeAttrs & JSPROP_SETTER) || desc.setterObject() != shape->setterObject()) in DefinePropertyIsRedundant()
1448 desc.setSetterObject(shape->setterObject()); in NativeDefineProperty()
1508 desc.setterObject() != shape->setterObject() && in NativeDefineProperty()
1515 desc.setSetterObject(shape->setterObject()); in NativeDefineProperty()
2285 Value setter = ObjectValue(*shape->setterObject()); in SetExistingProperty()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DShape.h866 inline JSObject* setterObject() const;
867 bool hasSetterObject() const { return hasSetterValue() && setterObject(); }
872 if (JSObject* setterObj = setterObject())
1446 gc::StoreBuffer* sb = reinterpret_cast<gc::Cell*>(shape->setterObject())->storeBuffer();
1497 Shape::setterObject() const
H A DNativeObject.cpp1359 if (!(shapeAttrs & JSPROP_SETTER) || desc.setterObject() != shape->setterObject()) in DefinePropertyIsRedundant()
1524 desc.setSetterObject(shape->setterObject()); in NativeDefineProperty()
1584 desc.setterObject() != shape->setterObject() && in NativeDefineProperty()
1591 desc.setSetterObject(shape->setterObject()); in NativeDefineProperty()
1766 desc.setSetterObject(shape->setterObject()); in NativeGetOwnPropertyDescriptor()
2433 RootedValue setter(cx, ObjectValue(*shape->setterObject())); in SetExistingProperty()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DTracer.cpp308 JSObject* tmp = shape->setterObject(); in TraceCycleCollectorChildren()
310 MOZ_ASSERT(tmp == shape->setterObject()); in TraceCycleCollectorChildren()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp1519 desc.setterObject() != prop.shape()->setterObject())) { in DefinePropertyIsRedundant()
1682 desc.setSetterObject(prop.shape()->setterObject()); in NativeDefineProperty()
1745 desc.setterObject() != prop.shape()->setterObject() && in NativeDefineProperty()
1751 desc.setSetterObject(prop.shape()->setterObject()); in NativeDefineProperty()
1994 desc.setSetterObject(prop.shape()->setterObject()); in NativeGetOwnPropertyDescriptor()
2601 RootedValue setter(cx, ObjectValue(*shape->setterObject())); in SetExistingProperty()
H A DShape.h961 inline JSObject* setterObject() const;
962 bool hasSetterObject() const { return hasSetterValue() && setterObject(); }
968 if (JSObject* setterObj = setterObject()) return ObjectValue(*setterObj);
1557 inline JSObject* Shape::setterObject() const {
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp1644 desc.setterObject() != prop.shape()->setterObject())) { in DefinePropertyIsRedundant()
1821 desc.setSetterObject(prop.shape()->setterObject()); in NativeDefineProperty()
1881 desc.setterObject() != prop.shape()->setterObject()) { in NativeDefineProperty()
1886 desc.setSetterObject(prop.shape()->setterObject()); in NativeDefineProperty()
2220 desc.setSetterObject(prop.shape()->setterObject()); in NativeGetOwnPropertyDescriptor()
2808 RootedValue setter(cx, ObjectValue(*shape->setterObject())); in SetExistingProperty()
H A DShape.h1245 inline JSObject* setterObject() const;
1246 bool hasSetterObject() const { return hasSetterValue() && setterObject(); }
1252 if (JSObject* setterObj = setterObject()) {
1782 inline JSObject* Shape::setterObject() const {
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/proxy/
H A DBaseProxyHandler.cpp241 setter = ownDesc.setterObject(); in SetPropertyIgnoringNamedGetter()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/proxy/
H A DBaseProxyHandler.cpp206 if (ownDesc.hasSetterObject()) setter = ownDesc.setterObject(); in SetPropertyIgnoringNamedGetter()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/proxy/
H A DBaseProxyHandler.cpp221 setter = ownDesc.setterObject(); in SetPropertyIgnoringNamedGetter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/proxy/
H A DBaseProxyHandler.cpp195 setter = ownDesc.setterObject(); in SetPropertyIgnoringNamedGetter()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DMaybeCrossOriginObject.cpp220 if (desc.hasSetterObject() && (setter = desc.setterObject())) { in CrossOriginSet()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djspropertytree.cpp293 setter = SetterOp(MaybeForwarded(key->setterObject())); in fixupShapeTreeAfterMovingGC()

1234