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 Aug 19, 2024
1 parent 78c9237 commit e332488
Showing 1 changed file with 145 additions and 145 deletions.
Loading

0 comments on commit e332488

Please sign in to comment.