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()
65 bool has_enumerable() const { return has_enumerable_; } in has_enumerable() function
98 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) | in ToAttributes()
Dproperty-descriptor.cc131 if (has_enumerable()) { in ToObject()
292 if (!desc->has_enumerable()) desc->set_enumerable(false); in CompletePropertyDescriptor()
Dobjects.cc6595 if (!desc->has_enumerable()) desc->set_enumerable(false); in ValidateAndApplyPropertyDescriptor()
6615 if (!desc->has_enumerable()) desc->set_enumerable(false); in ValidateAndApplyPropertyDescriptor()
6637 if ((!desc->has_enumerable() || in ValidateAndApplyPropertyDescriptor()
6662 if (desc->has_enumerable() && desc->enumerable() != current->enumerable()) { in ValidateAndApplyPropertyDescriptor()
6766 if (desc->has_enumerable()) { in ValidateAndApplyPropertyDescriptor()