Status: New Owner: ---- New issue 918 by lrnregister: Parser accepts parenthesized labels. http://code.google.com/p/v8/issues/detail?id=918
The following syntax is accepted. (foo): break foo;The problem is that the label is recognized as such, even though it's parenthesized. The parser checks the result of parsing (foo) for being a VariableProxy, and the parentheses will not change that.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
