I was also a bit puzzled by the iterator return value. I expected that it would handle mutation (adding new properties) during traveral the way that the `Map` and `Set` iterators do. I was surprised to see that all the users turned the iterator into an array; none seemed to handle concurrent mutation. So why not return an `Array`? --scott _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss
- Re: Object.getOwnPropertyDescriptors(O) ? /... Andrea Giammarchi
- Re: Object.getOwnPropertyDescriptors(O) ? /... André Bargull
- Re: Object.getOwnPropertyDescriptors(O) ? /... Brendan Eich
- Re: Object.getOwnPropertyDescriptors(O) ? /... André Bargull
- Re: Object.getOwnPropertyDescriptors(O) ? /... Andrea Giammarchi
- Re: Object.getOwnPropertyDescriptors(O) ? /... Andrea Giammarchi
- Re: Object.getOwnPropertyDescriptors(O) ? /... André Bargull
- Re: Object.getOwnPropertyDescriptors(O) ? /... Andrea Giammarchi
- Re: Object.getOwnPropertyDescriptors(O) ? /... C. Scott Ananian
- Re: Object.getOwnPropertyDescriptors(O) ? /... Tom Van Cutsem
- Re: Object.getOwnPropertyDescriptors(O) ? /... C. Scott Ananian
- Re: Object.getOwnPropertyDescriptors(O) ? /... Brendan Eich
- Re: Object.getOwnPropertyDescriptors(O) ? /... Andrea Giammarchi
- Re: Object.getOwnPropertyDescriptors(O) ? // plural Andrea Giammarchi

