Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-descriptor.h23 has_enumerable_(false), in PropertyDescriptor()
63 has_enumerable_ = true; in set_enumerable()
65 bool has_enumerable() const { return has_enumerable_; } in has_enumerable()
105 bool has_enumerable_ : 1; variable