Lines Matching refs:PropertyAttributes
281 const PropertyAttributes &attr, const Representation &rep)
599 PropertyAttributes attributes = properties->GetAttributes(indexOrder[i]);
629 const JSHandle<JSTaggedValue> &key, PropertyAttributes attr)
753 void JSHClass::UpdateFieldType(JSHClass *hclass, const PropertyAttributes &attr)
760 JSHClass *JSHClass::FindFieldOwnHClass(JSHClass *hclass, const PropertyAttributes &attr)
776 void JSHClass::VisitAndUpdateLayout(JSHClass *ownHClass, const PropertyAttributes &attr)
811 PropertyAttributes &attr)
1130 PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry);
1169 PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry);
1217 PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry);
1279 PropertyAttributes attributes = PropertyAttributes::Default();
1312 PropertyAttributes attributes = PropertyAttributes::Default();
1354 PropertyAttributes attributes = PropertyAttributes::Default();
1446 auto defaultAttr = PropertyAttributes(attr.GetPropertyMetaData());
1478 PropertyAttributes attr = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject())->GetAttr(entry);
1569 PropertyAttributes attr =
1570 PropertyAttributes::Default(descs[i].IsWritable(), descs[i].IsEnumerable(), descs[i].IsConfigurable());
1590 auto attr = PropertyAttributes(old->GetAttr(i));
1630 PropertyAttributes attr =
1631 PropertyAttributes::Default(descs[i].IsWritable(), descs[i].IsEnumerable(), descs[i].IsConfigurable());
1645 thread, dict, key, value, PropertyAttributes(old->GetAttributes(indexOrder[i])));
1653 NameDictionary::Put(thread, dict, key, value, PropertyAttributes(old->GetAttr(i)));