Changeset 90265 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jul 1, 2011, 12:47:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r90259 r90265 1 2011-07-01 Juan C. Montemayor <[email protected]> 2 3 Reviewed by Oliver Hunt. 4 5 Lexer error messages are currently appalling 6 https://bugs.webkit.org/show_bug.cgi?id=63340 7 8 Added error messages for the Lexer. These messages will be displayed 9 instead of the lexer error messages from the parser that are currently 10 shown. 11 12 * parser/Lexer.cpp: 13 (JSC::Lexer::getInvalidCharMessage): 14 (JSC::Lexer::setCode): 15 (JSC::Lexer::parseString): 16 (JSC::Lexer::lex): 17 (JSC::Lexer::clear): 18 * parser/Lexer.h: 19 (JSC::Lexer::getErrorMessage): 20 (JSC::Lexer::setOffset): 21 * parser/Parser.cpp: 22 (JSC::Parser::parse): 23 1 24 2011-07-01 Jungshik Shin <[email protected]> 2 25
Note:
See TracChangeset
for help on using the changeset viewer.