Comment #4 on issue 764 by [email protected]: Incorrect stack trace. http://code.google.com/p/v8/issues/detail?id=764
I'm seeing this behavior even for a ReferenceError, in that if I re-throw the caught error object, it loses the original source context for the error and overrides it with where the error was thrown.
This gist illustrates: https://gist.github.com/802625 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
