RESOLVED DUPLICATE of bug 151892 131771
Refactor Debugger::registerCodeBlock() to clarify that it will not jettison code blocks
https://bugs.webkit.org/show_bug.cgi?id=131771
Summary Refactor Debugger::registerCodeBlock() to clarify that it will not jettison c...
Mark Lam
Reported 2014-04-16 15:47:38 PDT
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
Michael Saboff
Comment 1 2015-12-07 16:35:40 PST
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 ***
Note You need to log in before you can comment on or make changes to this bug.