HomeSort by relevance Sort by last modified time
    Searched defs:PropertyDetails (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
property-details.h 55 // Must fit in the BitField PropertyDetails::TypeField.
76 // PropertyDetails captures type and attributes for a property.
78 class PropertyDetails BASE_EMBEDDED {
80 PropertyDetails(PropertyAttributes attributes,
97 explicit inline PropertyDetails(Smi* smi);
106 inline PropertyDetails AsDeleted();
objects-inl.h 54 PropertyDetails::PropertyDetails(Smi* smi) {
59 Smi* PropertyDetails::AsSmi() {
64 PropertyDetails PropertyDetails::AsDeleted() {
66 return PropertyDetails(smi);
    [all...]
  /external/chromium_org/v8/src/
property-details.h 63 // Must fit in the BitField PropertyDetails::TypeField.
165 // PropertyDetails captures type and attributes for a property.
167 class PropertyDetails BASE_EMBEDDED {
169 PropertyDetails(PropertyAttributes attributes,
180 PropertyDetails(PropertyAttributes attributes,
192 PropertyDetails set_pointer(int i) { return PropertyDetails(value_, i); }
194 PropertyDetails CopyWithRepresentation(Representation representation) {
195 return PropertyDetails(value_, representation);
197 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes)
    [all...]
objects-inl.h 55 PropertyDetails::PropertyDetails(Smi* smi) {
60 Smi* PropertyDetails::AsSmi() {
68 PropertyDetails PropertyDetails::AsDeleted() {
70 return PropertyDetails(smi);
    [all...]

Completed in 123 milliseconds