···11+// Copyright 2025 by Google, Inc. All rights reserved.
22+// This code is governed by the BSD license found in the LICENSE file.
33+44+/*---
55+esid: sec-Intl.Segmenter.prototype.segment
66+description: Checks the "name" property of %IntlSegmentsPrototype%[%Symbol.iterator%]
77+features: [Intl.Segmenter]
88+---*/
99+let ss = (new Intl.Segmenter()).segment("123")[Symbol.iterator].name;
1010+assert.sameValue("[Symbol.iterator]", ss);