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

/external/v8/src/
H A Dproperty-details.h79 enum PropertyConstness { kMutable = 0, kConst = 1 }; enum in namespace:v8::internal
82 const PropertyConstness kDefaultFieldConstness =
244 PropertyLocation location, PropertyConstness constness,
279 PropertyDetails CopyWithConstness(PropertyConstness constness) const {
302 PropertyConstness constness() const { return ConstnessField::decode(value_); }
338 : public BitField<PropertyConstness, LocationField::kNext, 1> {};
392 PropertyDetails(int value, PropertyConstness constness) {
410 inline bool IsGeneralizableTo(PropertyConstness a, PropertyConstness b) {
414 inline PropertyConstness GeneralizeConstnes
[all...]

Completed in 41 milliseconds