Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-descriptor.h56 return !has_enumerable() && !has_configurable() && !has_writable() && in is_empty()
61 return has_configurable() && has_enumerable() && !has_value() && in IsRegularAccessorProperty()
66 return has_configurable() && has_enumerable() && has_value() && in IsRegularDataProperty()
75 bool has_enumerable() const { return has_enumerable_; } in has_enumerable() function
108 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) | in ToAttributes()
Dproperty-descriptor.cc165 if (has_enumerable()) { in ToObject()
330 if (!desc->has_enumerable()) desc->set_enumerable(false); in CompletePropertyDescriptor()
Dobjects.cc6468 if (!desc->has_enumerable()) desc->set_enumerable(false); in ValidateAndApplyPropertyDescriptor()
6488 if (!desc->has_enumerable()) desc->set_enumerable(false); in ValidateAndApplyPropertyDescriptor()
6510 if ((!desc->has_enumerable() || in ValidateAndApplyPropertyDescriptor()
6535 if (desc->has_enumerable() && desc->enumerable() != current->enumerable()) { in ValidateAndApplyPropertyDescriptor()
6631 if (desc->has_enumerable()) { in ValidateAndApplyPropertyDescriptor()