Bug 137412

Summary: REGRESSION(r174216): CodeBlock::dumpByteCodes crashes on op_push_name_scope
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mark.lam: review+

Description Michael Saboff 2014-10-03 16:02:15 PDT
After r174216, setting the dumpGeneratedBytecodes or similar option to dump byte codes will crash after processing an op_push_name_scope byte code.
Comment 1 Michael Saboff 2014-10-03 16:04:35 PDT
Created attachment 239249 [details]
Patch
Comment 2 Mark Lam 2014-10-03 16:07:00 PDT
Comment on attachment 239249 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-10-03 16:22:29 PDT
Committed r174301: <http://trac.webkit.org/changeset/174301>