Re: Is the informative definition of [[Enumerate]] buggy?

2015-08-26 Thread Allen Wirfs-Brock
On Aug 26, 2015, at 11:03 AM, Raul-Sebastian Mihăilă wrote: In 9.1.11. it's specified that the iterator returned by the [[Enumerate]] method iterates over String-valued keys. But the informative definition at the end of 9.1.11. is based on whatever is returned by calling Reflect.enumerate

Is the informative definition of [[Enumerate]] buggy?

2015-08-26 Thread Raul-Sebastian Mihăilă
In 9.1.11. it's specified that the iterator returned by the [[Enumerate]] method iterates over String-valued keys. But the informative definition at the end of 9.1.11. is based on whatever is returned by calling Reflect.enumerate on the prototype of the current object, assuming that there is such