Bug 131771

Summary: Refactor Debugger::registerCodeBlock() to clarify that it will not jettison code blocks
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: msaboff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Mark Lam 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.
Comment 1 Michael Saboff 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 ***