Lines Matching defs:PropertyAttributes
30 PropertyAttributes::PropertyAttributes(const PropertyDescriptor &desc)
187 PropertyAttributes attr = layoutInfoHandle->GetAttr(i);
231 auto attr = PropertyAttributes(PropertyAttributes::GetDefaultAttributes());
260 PropertyAttributes attr = elements->GetAttributes(hashIndex);
302 if (numberOfProperties > static_cast<int>(PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) {
353 PropertyAttributes attr =
354 PropertyAttributes::Default(descs[i].IsWritable(), descs[i].IsEnumerable(), descs[i].IsConfigurable());
368 PropertyAttributes attr(layoutInfo->GetAttr(JSArray::LENGTH_INLINE_PROPERTY_INDEX));
378 PropertyAttributes attr)
814 PropertyAttributes attr = PropertyAttributes::Default(true, true, false);
992 return op->AddProperty(JSHandle<JSObject>(receiver), value, PropertyAttributes::Default());
994 return op->AddProperty(JSHandle<JSObject>(receiver), value, PropertyAttributes::Default());
1364 PropertyAttributes attr(desc);
1893 PropertyAttributes attr = layoutInfo->GetAttr(i);
2667 PropertyAttributes attr = useForClass ? PropertyAttributes::Default(true, false, true)
2668 : PropertyAttributes::Default();
2715 if (propsLen <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY) {
2745 PropertyAttributes attr = PropertyAttributes::Default();
2824 const JSHandle<AccessorData> &value, PropertyAttributes attr)