Home
last modified time | relevance | path

Searched refs:has_configurable_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dproperty-descriptor.h26 has_configurable_(false), in PropertyDescriptor()
83 has_configurable_ = true; in set_configurable()
85 bool has_configurable() const { return has_configurable_; } in has_configurable()
120 bool has_configurable_ : 1; variable
Dproperty-descriptor.cc353 PropertyDescriptorObject::HasConfigurableBit::encode(has_configurable_) | in ToPropertyDescriptorObject()