Lines Matching refs:descs
5022 const PropertyDescriptor *descs)
5025 return CreateLargeJSObjectWithProperties(propertyCount, keys, descs);
5042 PropertyAttributes attr(descs[i]);
5046 auto value = descs[i].GetValue().GetTaggedValue();
5054 object->SetPropertyInlinedProps<true>(thread_, i, descs[i].GetValue().GetTaggedValue());
5061 const PropertyDescriptor *descs)
5065 return CreateDictionaryJSObjectWithProperties(propertyCount, keys, descs);
5085 PropertyAttributes attr(descs[i]);
5091 object->SetPropertyInlinedProps<true>(thread_, i, descs[i].GetValue().GetTaggedValue());
5100 const PropertyDescriptor *descs)
5123 PropertyAttributes attr(descs[i]);
5124 dict.Update(NameDictionary::PutIfAbsent(thread_, dict, key, descs[i].GetValue(), attr));