Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-descriptor.h27 has_writable_(false) {} in PropertyDescriptor()
91 has_writable_ = true; in set_writable()
93 bool has_writable() const { return has_writable_; } in has_writable()
119 bool has_writable_ : 1; variable