Home | History | Annotate | Download | only in src

Lines Matching refs:GetDetails

1717 Smi* DescriptorArray::GetDetails(int descriptor_number) {
1725 return PropertyDetails(GetDetails(descriptor_number)).type();
1770 return PropertyDetails(GetDetails(descriptor_number)).IsDontEnum();
1777 PropertyDetails(GetDetails(descriptor_number)));
1793 desc->GetDetails().AsSmi());