Bug 165965
Summary: | We should try to use the same decoder code for both unreachable and reachable code. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Keith Miller <keith_miller> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Keith Miller
Currently, we have FunctionParser<Context>::parseExpression and FunctionParser<Context>::parseUnreachableExpression functions. If these get out of sync in exactly how they decode it could be a source of bugs.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |