Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dproperty-descriptor.h26 has_writable_(false) {} in PropertyDescriptor()
92 has_writable_ = true; in set_writable()
94 bool has_writable() const { return has_writable_; } in has_writable()
120 bool has_writable_ : 1; variable
Dproperty-descriptor.cc353 PropertyDescriptorObject::HasWritableBit::encode(has_writable_) | in ToPropertyDescriptorObject()