Lines Matching refs:GetProperties
168 JSHandle<TaggedArray> array(thread, receiver->GetProperties());
298 JSHandle<NameDictionary> properties(thread, obj->GetProperties());
455 JSHandle<TaggedArray> array(thread, obj->GetProperties());
458 JSHandle<GlobalDictionary> dictHandle(thread, obj->GetProperties());
485 TaggedArray *array = TaggedArray::Cast(obj->GetProperties().GetTaggedObject());
500 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject());
509 TaggedArray *array = TaggedArray::Cast(obj->GetProperties().GetTaggedObject());
524 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject());
533 TaggedArray *array = TaggedArray::Cast(obj->GetProperties().GetTaggedObject());
541 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject());
552 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject());
557 TaggedArray *array = TaggedArray::Cast(obj->GetProperties().GetTaggedObject());
584 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject());
592 TaggedArray *array = TaggedArray::Cast(obj->GetProperties().GetTaggedObject());
604 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject());
609 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject());
777 TaggedArray *array = TaggedArray::Cast(GetProperties().GetTaggedObject());
791 NameDictionary *dict = NameDictionary::Cast(GetProperties().GetTaggedObject());
798 TaggedArray *array = TaggedArray::Cast(GetProperties().GetTaggedObject());
1137 auto dict = GlobalDictionary::Cast(GetProperties().GetTaggedObject());
1662 TaggedArray *array = TaggedArray::Cast(obj->GetProperties().GetTaggedObject());
1672 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject());
1900 auto dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject());
2837 NameDictionary *dict = NameDictionary::Cast(GetProperties().GetTaggedObject());
3015 TaggedArray::Cast(GetProperties().GetTaggedObject())->GetLength() == 0) {