Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyDetails

46 PropertyDetails::PropertyDetails(Smi* smi) {
51 Smi* PropertyDetails::AsSmi() {
56 PropertyDetails PropertyDetails::AsDeleted() {
57 PropertyDetails d(DONT_ENUM, NORMAL);
59 return PropertyDetails(smi);
1449 return PropertyDetails(GetDetails(descriptor_number)).type();
1493 return PropertyDetails(GetDetails(descriptor_number)).IsDontEnum();
2966 PropertyDetails details) {