Searched defs:PropertyDetails (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dproperty-details.h69 // Must fit in the BitField PropertyDetails::KindField.
74 // Must fit in the BitField PropertyDetails::StoreModeField.
79 // Must fit in the BitField PropertyDetails::TypeField.
233 // PropertyDetails captures type and attributes for a property.
235 class PropertyDetails BASE_EMBEDDED {
237 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index, function in class:v8::internal::BASE_EMBEDDED
247 PropertyDetails(PropertyAttributes attributes, function in class:v8::internal::BASE_EMBEDDED
257 PropertyDetails(PropertyAttributes attributes, PropertyKind kind, function in class:v8::internal::BASE_EMBEDDED
266 static PropertyDetails Empty(
268 return PropertyDetails(NON
381 PropertyDetails(int value, int pointer) { function in class:v8::internal::BASE_EMBEDDED
384 PropertyDetails(int value, Representation representation) { function in class:v8::internal::BASE_EMBEDDED
388 PropertyDetails(int value, PropertyAttributes attributes) { function in class:v8::internal::BASE_EMBEDDED
[all...]
H A Dobjects-inl.h42 PropertyDetails::PropertyDetails(Smi* smi) { function in class:v8::internal::PropertyDetails
47 Smi* PropertyDetails::AsSmi() const {
55 int PropertyDetails::field_width_in_words() const {
1997 PropertyDetails PropertyCell::property_details() {
1998 return PropertyDetails(Smi::cast(property_details_raw()));
2002 void PropertyCell::set_property_details(PropertyDetails details) {
2224 void JSObject::WriteToField(int descriptor, PropertyDetails details,
2248 PropertyDetails details = desc->GetDetails(descriptor);
2892 PropertyDetails Ma
[all...]

Completed in 169 milliseconds