• Home
  • Raw
  • Download

Lines Matching defs:dict

195     JSMutableHandle<NameDictionary> dict(  in TransitionToDictionary()  local
252 JSMutableHandle<NumberDictionary> dict(thread, NumberDictionary::Create(thread)); in ElementsToDictionary() local
410 JSMutableHandle<ecmascript::NameDictionary> dict( in SetSProperties() local
510 JSHandle<NumberDictionary> dict(thread, receiver->GetElements(thread)); in AddElementInternal() local
569 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeys() local
573 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllKeys() local
593 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeysByFilter() local
597 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllKeysByFilter() local
615 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllKeysForSerialization() local
661 … GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllEnumKeys() local
701 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllEnumKeys() local
721 … GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllEnumKeys() local
726 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllEnumKeys() local
809 JSHandle<NumberDictionary> dict = JSHandle<NumberDictionary>::Cast(elements); in GetALLElementKeysIntoVector() local
903 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetNumberOfEnumKeys() local
907 NameDictionary *dict = NameDictionary::Cast(GetProperties(thread).GetTaggedObject()); in GetNumberOfEnumKeys() local
1303 auto dict = GlobalDictionary::Cast(GetProperties(thread).GetTaggedObject()); in GetGlobalPropertyBox() local
1847 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in CollectEnumKeys() local
2085 auto dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in FreezeSharedObject() local
2992 JSMutableHandle<NameDictionary> dict( in CreateObjectFromProperties() local
3066 NameDictionary *dict = NameDictionary::Cast(GetProperties(thread).GetTaggedObject()); in UpdatePropertyInDictionary() local