Skip to content

Commit

Permalink
reorder the Iterator.* and Iterator.prototype.* sections
Browse files Browse the repository at this point in the history
The spec's convention is:
when you have a set of sections that define the properties of some intrinsic object,
first do the properties whose keys are strings, in alphabetical order,
then do the properties whose keys are symbols, in alphabetical order.

(The only exception is in "Properties of the RegExp Prototype Object",
where the symbol-keyed-properties are interleaved with the string-keyed-properties.)
  • Loading branch information
jmdyck authored and michaelficarra committed Sep 18, 2024
1 parent a9e5473 commit 67099e2
Showing 1 changed file with 145 additions and 145 deletions.
Loading

0 comments on commit 67099e2

Please sign in to comment.