Status: New Owner: ----New issue 2506 by [email protected]: Missing support for const in for-in loops
http://code.google.com/p/v8/issues/detail?id=2506
v8 --harmony should be able to execute:
for (const x in [1,2,3]) {
console.log(x);
}
but bails with:
SyntaxError: Unexpected token in
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
