Status: Accepted
Owner: [email protected]
CC: [email protected]
Labels: Type-FeatureRequest Priority-Medium

New issue 1281 by [email protected]: Provide line/column in SyntaxError exception
http://code.google.com/p/v8/issues/detail?id=1281

Execute "eval('1 +')" JavaScript code.
Catch exception.
It has string representation "SyntaxError: Unexpected end of input"
However it provides no data on line/column of the error origin.

It should provide one.

SyntaxError can be caught by Debugger. In this case you see no data about where the exception occured.

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

Reply via email to