Searched refs:has_enumerable (Results 1 – 3 of 3) sorted by relevance
56 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() function108 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) | in ToAttributes()
165 if (has_enumerable()) { in ToObject()330 if (!desc->has_enumerable()) desc->set_enumerable(false); in CompletePropertyDescriptor()
6468 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()