archives

« Bugzilla Issues Index

#1130 — "itr" iterates "obj" instead of "iterable" in Map/WeakMap/Set Initialisation.


15.14.1.1 step 4.d. says "Let itr be the result of Invoke(obj, iterator)." If I understand correctly, shouldn't "obj" be "iterable" since the purpose is to use itr to iterate over iterable to initialize obj?

Same for 15.15.1.1 and 15.16.1.1.


fixed in rev 13 editor's draft.