WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
3382
nodes2strings.cpp fails to print left expression of ForInNode when 'var' is not used
https://bugs.webkit.org/show_bug.cgi?id=3382
Summary
nodes2strings.cpp fails to print left expression of ForInNode when 'var' is n...
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-
Details
Formatted Diff
Diff
Add test case
(3.67 KB, patch)
2005-12-01 07:32 PST
,
Anders Carlsson
ggaren
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug