HomeSort by relevance Sort by last modified time
    Searched defs:PropertyDetails (Results 1 - 2 of 2) 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...]

Completed in 26 milliseconds