• Home
  • Raw
  • Download

Lines Matching defs:dict

155     JSMutableHandle<NameDictionary> dict(  in TransitionToDictionary()  local
204 JSMutableHandle<NumberDictionary> dict(thread, NumberDictionary::Create(thread)); in ElementsToDictionary() local
272 JSHandle<NumberDictionary> dict(thread, receiver->GetElements()); in AddElementInternal() local
331 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeys() local
335 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeys() local
355 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeysByFilter() local
359 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeysByFilter() local
375 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeys() local
386 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local
413 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local
433 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local
438 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local
520 JSHandle<NumberDictionary> dict = JSHandle<NumberDictionary>::Cast(elements); in GetALLElementKeysIntoVector() local
2168 JSMutableHandle<NameDictionary> dict( in CreateObjectFromProperties() local
2200 NameDictionary *dict = NameDictionary::Cast(GetProperties().GetTaggedObject()); in UpdatePropertyInDictionary() local