Searched refs:hasConfigurable_ (Results 1 – 2 of 2) sorted by relevance
76 hasConfigurable_(true), in PropertyDescriptor()152 hasConfigurable_ = true; in SetConfigurable()167 return hasConfigurable_; in HasConfigurable()232 …return !hasWritable_ && !hasEnumerable_ && !hasConfigurable_ && !HasValue() && !HasGetter() && !Ha… in IsEmpty()245 bool hasConfigurable_ {false};
518 hasConfigurable_(true) in PropertyAttribute()547 hasConfigurable_ = true; in SetConfigurable()555 return hasConfigurable_; in HasConfigurable()616 bool hasConfigurable_ = false; variable