Bug 131771
| Summary: | Refactor Debugger::registerCodeBlock() to clarify that it will not jettison code blocks | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | msaboff |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
In Debugger::registerCodeBlock(), we should never have to jettison a code block (due to pending breakpoints or stepping mode) that is being registered. operationOptimize() should have prevented the optimizing of such code blocks in the first place. Find a way to express this with greater clarity in the code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Saboff
This fix was handled in <https://bugs.webkit.org/show_bug.cgi?id=151892>.
*** This bug has been marked as a duplicate of bug 151892 ***