wrong argument in Runtime Semantics: ForIn/OfBodyEvaluation
arai-a opened this issue · 0 comments
arai-a commented
In step 6
a. Let nextResult be ? IteratorNext(iterator).
b. If iteratorKind is async, then set nextResult to ? Await(nextResult).
c. Let done be ? IteratorComplete(iterator).
the argument of IteratorComplete
should be nextResult
.