Lines Matching defs:dict
792 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject());
795 int entry = dict->FindEntry(prop.GetTaggedValue());
804 JSHandle<GlobalDictionary> dictHandle(thread, dict);
809 dict = *GlobalDictionary::PutIfAbsent(thread, dictHandle, prop, JSHandle<JSTaggedValue>(box), attributes);
811 env->SetGlobalRecord(thread, JSTaggedValue(dict));
1671 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject());
1672 int entry = dict->FindEntry(key);
1674 return JSTaggedValue(dict->GetBox(entry));
1695 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject());
1696 int entry = dict->FindEntry(prop);
1699 if (dict->GetAttributes(entry).IsConstProps()) {
1703 PropertyBox *box = dict->GetBox(entry);