André Bargull (2014-06-12T22:16:42.000Z)
domenic at domenicdenicola.com (2014-06-17T20:50:07.242Z)
> Yup, there was an issue that was reported and fixed fairly recently pointing out that for-of was inconsistent with for-in in this respect. for-of statement iteration always ignored undefined/null (always = since it was added in rev6). I've only requested in https://bugs.ecmascript.org/show_bug.cgi?id=273 to align for-of iteration in statements and comprehensions to have the same behaviour w.r.t. undefined/null.
domenic at domenicdenicola.com (2014-06-17T20:49:41.538Z)
> Yup, there was an issue that was reported and fixed fairly recently pointing out that for-of was inconsistent with for-in in this respect. for-of statement iteration always ignored undefined/null (always = since it was added in rev6). I've only requested in https://bugs.ecmascript.org/show_bug.cgi?id=2737 to align for-of iteration in statements and comprehensions to have the same behaviour w.r.t. undefined/null.
domenic at domenicdenicola.com (2014-06-17T20:49:22.157Z)
> Yup, there was an issue that was reported and fixed fairly recently pointing out that for-of was inconsistent with for-in in this respect. for-of statement iteration always ignored undefined/null (always = since it was added in rev6). I've only requested in https://bugs.ecmascript.org/show_bug.cgi?id=273 to align for-of iteration in statements and comprehensions to have the same behaviour w.r.t. undefined/null.