Bug 3382

Summary: nodes2strings.cpp fails to print left expression of ForInNode when 'var' is not used
Product: WebKit Reporter: Jay McCarthy <jay.mccarthy>
Component: JavaScriptCoreAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Proposed patch
darin: review-
Add test case ggaren: review+

Jay McCarthy
Reported 2005-06-09 07:34:44 PDT
for ( in index) { testProperty(index[j]); } is generated from for (j in index) {testProperty(index[j]);}
Attachments
Proposed patch (572 bytes, patch)
2005-06-20 05:31 PDT, Mark Rowe (bdash)
darin: review-
Add test case (3.67 KB, patch)
2005-12-01 07:32 PST, Anders Carlsson
ggaren: review+
Mark Rowe (bdash)
Comment 1 2005-06-20 05:31:27 PDT
Created attachment 2495 [details] Proposed patch Test forthcoming
Darin Adler
Comment 2 2005-06-20 09:05:51 PDT
Comment on attachment 2495 [details] Proposed patch Oops, I shouldn't have done review+ on this if it doesn't have a test attached yet. Set review? again once you have a test too.
Anders Carlsson
Comment 3 2005-12-01 07:32:56 PST
Created attachment 4893 [details] Add test case Let's nail this sucker once and for all!
Note You need to log in before you can comment on or make changes to this bug.