Lines Matching defs:attr
25 auto attr = PropertyAttributes();
27 SetPropertyInit(thread, i, JSTaggedValue::Hole(), attr);
76 PropertyAttributes attr = GetAttr(static_cast<int>(i));
77 bool bIgnore = FilterHelper::IgnoreKeyByFilter<PropertyAttributes>(attr, filter);
91 PropertyAttributes attr = GetAttr(static_cast<int>(i));
92 bool bIgnore = FilterHelper::IgnoreKeyByFilter<PropertyAttributes>(attr, filter);
190 PropertyAttributes attr = GetAttr(index);
191 if (!attr.IsInlinedProps()) {
195 JSTaggedValue val = object->GetPropertyInlinedPropsWithRep(attr.GetOffset(), attr);
223 auto attr = GetAttr(index);
225 TrackType type = attr.GetTrackType();
226 int propertyMeta = attr.GetPropertyMetaData();
242 auto attr = GetAttr(index);
243 if (attr.IsPGODumped()) {
247 TrackType type = attr.GetTrackType();
248 int propertyMeta = attr.GetPropertyMetaData();