| 21:51 | <shu> | Michael Ficarra: there are test262 iterator helper tests testing Iterator.prototype[@@iterator] |
| 21:51 | <shu> | where is that specified in the draft? |
| 21:51 | <shu> | i don't see it |
| 21:55 | <shu> | oh is this supposed to be %IteratorPrototype%[@@iterator]? |
| 22:06 | <bakkot> | yeah those are two ways of writing the same thing |
| 22:10 | <shu> | yeah okay i think these tests are wrong |
| 22:11 | <shu> | %IteratorPrototype%[@@iterator] always returns this, and there are tests that assume Iterator.prototype[Symbol.iterator] returns a function |
| 22:11 | <shu> | (i guess it's assuming it returns Iterator) |
| 22:17 | <Michael Ficarra> | ugh, those are left over from when I took over the PR from Rick |
| 22:17 | <Michael Ficarra> | I will look into them later |
| 22:17 | <Michael Ficarra> | in hindsight, I really should have started from scratch |
| 22:18 | <Michael Ficarra> | there's essentially nothing that's going to be left over from the original PR |
| 22:18 | <Michael Ficarra> | basically just the property descriptor tests |