Home | History | Annotate | Download | only in src

Lines Matching refs:GetDetails

1927 Smi* DescriptorArray::GetDetails(int descriptor_number) {
1935 return PropertyDetails(GetDetails(descriptor_number)).type();
1999 return PropertyDetails(GetDetails(descriptor_number)).IsDontEnum();
2006 PropertyDetails(GetDetails(descriptor_number)));
2025 desc->GetDetails().AsSmi());