Subj : Re: About error reports To : Alain Frisch From : Brendan Eich Date : Fri May 27 2005 08:35 pm Alain Frisch wrote: > Hello, > > It seems that when a JSErrorReporter function is called, the field > linebuf of the JSErrorReport struct can be NULL. This is the case for > the 'ReferenceError: xxx is not defined' error. The API documentation > does not mention that linebuf can be NULL. Is it a bug in the > implementation or in the documentation? Documentation. Runtime errors do not attempt to recover lines available (in Unicode and {CR, CRLF} => LF normalized form) only during parsing. /be .