Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyDetails

60   PropertyDetails GetDetails() { return details_; }
67 ASSERT(PropertyDetails::IsValidIndex(index));
68 details_ = PropertyDetails(details_.attributes(), details_.type(), index);
76 PropertyDetails details_;
81 void Init(String* key, Object* value, PropertyDetails details) {
87 Descriptor(String* key, Object* value, PropertyDetails details)
118 : Descriptor(key, map_or_array, PropertyDetails(NONE,
210 void DescriptorResult(JSObject* holder, PropertyDetails details, int number) {
220 details_ = PropertyDetails(details);
228 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM |
244 details_ = PropertyDetails(NONE, HANDLER);
251 details_ = PropertyDetails(NONE, INTERCEPTOR);
279 PropertyDetails GetPropertyDetails() {
403 PropertyDetails details_;