Lines Matching defs:dict
1074 auto dict = JSHandle<TaggedArray>(thread_, fieldLayout);
1075 auto properties = NewAndCopySNameDictionary(dict, dict->GetLength());
1110 auto dict = JSHandle<TaggedArray>(thread_, fieldLayout);
1111 auto properties = NewAndCopySNameDictionary(dict, dict->GetLength());
1151 auto dict = JSHandle<TaggedArray>(thread_, fieldLayout);
1152 auto properties = NewAndCopySNameDictionary(dict, dict->GetLength());
5110 JSMutableHandle<NameDictionary> dict(
5124 dict.Update(NameDictionary::PutIfAbsent(thread_, dict, key, descs[i].GetValue(), attr));
5126 if (UNLIKELY(dict->EntriesCount() != static_cast<int>(propertyCount))) {
5129 object->SetProperties(thread_, dict);
5213 JSMutableHandle<NameDictionary> dict(
5223 dict.Update(NameDictionary::PutIfAbsent(thread_, dict, key, JSNApiHelper::ToJSHandle(values[i]), attr));
5225 if (UNLIKELY(dict->EntriesCount() != static_cast<int>(propertyCount))) {
5228 object->SetProperties(thread_, dict);