Lines Matching defs:dict
152 JSMutableHandle<NameDictionary> dict( in TransitionToDictionary() local
196 JSMutableHandle<NumberDictionary> dict(thread, NumberDictionary::Create(thread)); in ElementsToDictionary() local
260 JSHandle<NumberDictionary> dict(thread, receiver->GetElements()); in AddElementInternal() local
317 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeys() local
321 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeys() local
337 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeys() local
348 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local
375 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local
419 JSHandle<NumberDictionary> dict = JSHandle<NumberDictionary>::Cast(elements); in GetALLElementKeysIntoVector() local
1913 JSMutableHandle<NameDictionary> dict( in CreateObjectFromProperties() local
1945 NameDictionary *dict = NameDictionary::Cast(GetProperties().GetTaggedObject()); in UpdatePropertyInDictionary() local