On Fri, Oct 18, 2013 at 12:03 PM, Allen Wirfs-Brock
<[email protected]> wrote:
>>  for (var x of "💩")
>>    print(x.charCodeAt(0))
>>
>> invokes print() twice in Gecko.
>
> No that's not correct, the @@iterator method of String.prototype is supposed 
> to returns an interator the iterates code points and returns single codepoint 
> strings.

Filed: https://bugzilla.mozilla.org/show_bug.cgi?id=928508

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

Reply via email to