Lines Matching defs:attr
61 const PropertyAttributes &attr);
64 const JSHandle<JSTaggedValue> &value, const PropertyAttributes &attr);
175 inline void SetAttr(uint64_t attr)
177 attributes_ = PropertyAttributes(attr);
180 inline void SetAttr(const PropertyAttributes &attr)
182 attributes_ = attr;
321 bool AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, PropertyAttributes attr);
322 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr)
325 return AddProperty(obj, value, attr);
352 void SetFound(uint32_t index, JSTaggedValue value, uint64_t attr, bool mode, bool transition = false);
353 void UpdateFound(uint32_t index, uint64_t attr, bool mode, bool transition);
373 PropertyAttributes attr, bool attrChanged);
374 void TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr);