Bug 163928
Summary: | [JSC] Move tokenizing errors from Parser to Lexer | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Yusuke Suzuki
We added some tokenizing errors in Parser. But it is never exposed to users when the lexer says I have m_error.
We should move tokenizing errors from Parser to Lexer.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |