Could you offer a piece of code that exhibits this problem? Yang
On Friday, December 7, 2012 4:08:21 AM UTC+1, Paul Harris wrote: > > Hi, > > I compile and run a chunk of javascript code, which builds some objects > and attaches them to the global object. > > Then I compile and run another chunk of javascript code, which uses those > objects. > > When there is an error in the first chunk of code (eg due to a bad > parameter) then the backtrace only shows the line number from the first > chunk of code, > it does not show the line number from the second chunk of code that called > a function in the first chunk of code. > > Any ideas what could be wrong? > > thanks, > Paul > > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
