Bug 137412 - REGRESSION(r174216): CodeBlock::dumpByteCodes crashes on op_push_name_scope
Summary: REGRESSION(r174216): CodeBlock::dumpByteCodes crashes on op_push_name_scope
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-03 16:02 PDT by Michael Saboff
Modified: 2014-10-03 16:22 PDT (History)
0 users

See Also:


Attachments
Patch (1.73 KB, patch)
2014-10-03 16:04 PDT, Michael Saboff
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>