Skip to content

Commit 36cca72

Browse files
committed
Normative: Add missing name property for %IntlSegmentsPrototype%[%Symbol.iterator%]
The function name must be explicitly specified for methods whose property key is a Symbol value.
1 parent f7fbe5c commit 36cca72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/segmenter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ <h1>%IntlSegmentsPrototype% [ %Symbol.iterator% ] ( )</h1>
212212
1. Let _string_ be _segments_.[[SegmentsString]].
213213
1. Return CreateSegmentIterator(_segmenter_, _string_).
214214
</emu-alg>
215+
<p>The value of the *"name"* property of this function is *"[Symbol.iterator]"*.</p>
215216
</emu-clause>
216217
</emu-clause>
217218

0 commit comments

Comments
 (0)