Lines Matching refs:PropertyAttributes
60 const PropertyAttributes &attr)
67 inline void LayoutInfo::SetNormalAttr(const JSThread *thread, int index, const PropertyAttributes &attr)
70 PropertyAttributes oldAttr(TaggedArray::Get(fixedIdx));
81 inline PropertyAttributes LayoutInfo::GetAttr(int index) const
84 return PropertyAttributes(TaggedArray::Get(fixedIdx));
101 PropertyAttributes attr(TaggedArray::Get(fixedIdx));
194 PropertyAttributes attr(TaggedArray::Get(fixedIdx));
199 inline void LayoutInfo::UpdateTrackTypeAttr(int index, const PropertyAttributes &attr)
202 PropertyAttributes oldAttr(TaggedArray::Get(fixedIdx));
211 PropertyAttributes attr(TaggedArray::Get(fixedIdx));
218 const PropertyAttributes &attr)