Bug 79469

Summary: DFG should be able to handle variables getting captured
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch oliver: review+

Description Filip Pizlo 2012-02-24 03:13:53 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2012-02-24 03:14:06 PST
This is a prerequisite to supporting activations.
Comment 2 Filip Pizlo 2012-02-24 03:19:43 PST
Created attachment 128699 [details]
the patch
Comment 3 WebKit Commit Bot 2012-02-24 03:21:40 PST
Attachment 128699 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/dfg/DFGGraph.h:317:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 1 in 14 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Oliver Hunt 2012-02-24 11:48:19 PST
Comment on attachment 128699 [details]
the patch

r=me
Comment 5 Filip Pizlo 2012-02-24 13:32:05 PST
Landed in http://trac.webkit.org/changeset/108842