Lines Matching refs:PropertyAttributes
61 PropertyAttributes GlobalDictionary::GetAttributes(int entry) const
64 return PropertyAttributes(Get(index));
68 const PropertyAttributes &attributes)
78 PropertyAttributes metaData;
83 const PropertyAttributes &metaData)
89 void GlobalDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData)
111 PropertyAttributes attr = GetAttributes(hashIndex);
135 PropertyAttributes attr = GetAttributes(hashIndex);
136 bool bIgnore = FilterHelper::IgnoreKeyByFilter<PropertyAttributes>(attr, filter);
166 PropertyAttributes attr = GetAttributes(hashIndex);
189 PropertyAttributes attr = GetAttributes(hashIndex);
229 PropertyAttributes attr = dictHandle->GetAttributes(entry);