Comment #10 on issue 1942 by [email protected]: JavaScript Harmony freezes Google Maps
http://code.google.com/p/v8/issues/detail?id=1942

I encountered a "Variable 'o' has already been declared" in code that only uses var (no let, and no new function parameter syntax).

In general, it seems as though there may be some code paths that implicate `let`-like binding semantics even in code that never actually uses let bindings, which seems like a possible source of current and future bugs in this area.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to