Map and Set do not use an index to be accessed then the iterator send the
index of the key/value as last argument ... I would say either this index
is not sent at all or, since present, should be specified somehow in the
spec.

talking about this

Map#iterate(callback:Function, context:void*):void ==>
callback.call(context, key, value, index)

br
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to