Initializer expression on for-in syntax subject

Oliver Hunt oliver at apple.com
Thu Mar 13 16:59:58 PDT 2014


JSC has been trying to kill off the initialiser expression in the for(in) statement, but we've encountered a bunch of reasonably significant content that breaks with it disallowed (a particularly prominent one currently is http://battlelog.battlefield.com/bf4/), so we will be bringing back support for

for (var Identifier = Expression in Expression)

--Oliver
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140313/98e96399/attachment-0004.html>


More information about the es-discuss mailing list