Status: New
Owner: ----

New issue 774 by mitja.kleider: Uncaught SyntaxError: Unexpected token *
http://code.google.com/p/v8/issues/detail?id=774

I am not sure if this is allowed in ECMAScript:

* = '1'
SyntaxError: Unexpected token *


The error "Uncaught SyntaxError: Unexpected token *" occured using jquery's getJSON with the Wikipedia API, containing '*' as variable name, for example
http://en.wikipedia.org/w/api.php?action=query&titles=tree&prop=langlinks&lllimit=max&format=jsonfm&redirects

and accessing it like this (supported in Firefox 3.6):
json.query.pages[pageid].langlinks[llid].*

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to