e147d2735e7d10b2793e8a8b4d4e80e8201bb577
Always copy the current line string out of the token buffer when generating an error report, rather than just passing the token buffer itself. The token buffer wasn't necessarily a well-terminated string, so displaying the contents of the string in the error report produced unexpected results. The unicode string in the error report is owned by a JSString; this string is rooted for the (stack-based) lifetime of the error report. Fix courtesy jband. r=mccabe a=beard git-svn-id: svn://10.0.0.236/trunk@76035 18797224-902f-48f8-a5cc-f745e15eee43
Description
No description provided
Languages
C++
31%
C
21.9%
HTML
13.3%
JavaScript
12.9%
Java
5.1%
Other
15.5%