Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-descriptor.h24 has_enumerable_(false), in PropertyDescriptor()
76 has_enumerable_ = true; in set_enumerable()
78 bool has_enumerable() const { return has_enumerable_; } in has_enumerable()
118 bool has_enumerable_ : 1; variable
Dproperty-descriptor.cc351 PropertyDescriptorObject::HasEnumerableBit::encode(has_enumerable_) | in ToPropertyDescriptorObject()