Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyDetails

59   PropertyDetails GetDetails() { return details_; }
66 ASSERT(PropertyDetails::IsValidIndex(index));
67 details_ = PropertyDetails(details_.attributes(), details_.type(), index);
73 PropertyDetails details_;
78 void Init(String* key, Object* value, PropertyDetails details) {
84 Descriptor(String* key, Object* value, PropertyDetails details)
169 void DescriptorResult(JSObject* holder, PropertyDetails details, int number) {
180 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM |
196 details_ = PropertyDetails(NONE, INTERCEPTOR);
218 PropertyDetails GetPropertyDetails() {
309 PropertyDetails details_;