Lines Matching refs:PropertyAttributes
61 const PropertyAttributes &attr);
64 const JSHandle<JSTaggedValue> &value, const PropertyAttributes &attr);
170 inline PropertyAttributes GetAttr() const
177 attributes_ = PropertyAttributes(attr);
180 inline void SetAttr(const PropertyAttributes &attr)
311 SetFound(NOT_FOUND_INDEX, JSTaggedValue::Undefined(), PropertyAttributes::GetDefaultAttributes(), false, false);
321 bool AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, PropertyAttributes attr);
322 inline bool AddPropertyInHolder(const JSHandle<JSTaggedValue> &value, PropertyAttributes attr)
373 PropertyAttributes attr, bool attrChanged);
374 void TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr);
382 PropertyAttributes attributes_;