Bug 62960
| Summary: | Occasionally get incorrect line numbers due to JSONP optimisation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Oliver Hunt
A script like:
<script>var a = {}; a.b.c = {} </script>
Will get an incorrect line number as we don't propagate sufficient information to get a line number.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |