Searched refs:has_enumerable (Results 1 – 3 of 3) sorted by relevance
56 return !has_enumerable() && !has_configurable() && !has_writable() && in is_empty()65 bool has_enumerable() const { return has_enumerable_; } in has_enumerable() function98 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) | in ToAttributes()
131 if (has_enumerable()) { in ToObject()292 if (!desc->has_enumerable()) desc->set_enumerable(false); in CompletePropertyDescriptor()
6595 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()