Comment #1 on issue 1914 by [email protected]: Feature Request: Error augmented with fileName, lineNumber
http://code.google.com/p/v8/issues/detail?id=1914
It would be nice to get line number (and possibly offset or column number) of a SyntaxError that is thrown in eval'd code.
Right now there is no way to get the line numbers from the v8::Script object after a SyntaxError.
Node.JS bug upstream: https://github.com/joyent/node/issues/2734 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
