Lines Matching refs:PropertyAttributes

206     if (LIKELY(length <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) {
212 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable
256 if (LIKELY(length <= PropertyAttributes::MAX_FAST_PROPS_CAPACITY)) {
262 PropertyAttributes attributes;
265 attributes = PropertyAttributes::Default(false, false, true);
269 attributes = PropertyAttributes::Default(false, false, true);
272 attributes = PropertyAttributes::Default(true, false, true);
276 attributes = PropertyAttributes::DefaultAccessor(false, false, false);
279 attributes = PropertyAttributes::Default(true, false, true);
321 PropertyAttributes attr = layout->GetAttr(index);
326 PropertyAttributes attr = layout->GetAttr(index);
332 PropertyAttributes attr = layout->GetAttr(index);
354 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
604 ASSERT(length > PropertyAttributes::MAX_FAST_PROPS_CAPACITY);
612 PropertyAttributes attributes;
616 attributes = PropertyAttributes::Default(false, false, true);
620 attributes = PropertyAttributes::Default(false, false, true);
623 attributes = PropertyAttributes::Default(true, false, true);
627 attributes = PropertyAttributes::DefaultAccessor(false, false, false);
630 attributes = PropertyAttributes::Default(true, false, true);
634 attributes = PropertyAttributes::Default(true, false, true); // non-enumerable
818 PropertyAttributes::Default(true, true, false));
839 auto attr = PropertyAttributes::Default();
891 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
930 uint32_t length, JSMutableHandle<NameDictionary> &dict, PropertyAttributes attributes)
961 PropertyAttributes attributes = PropertyAttributes::Default(true, true, false);
1062 PropertyAttributes attr = baseLayout->GetAttr(i);