WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
21352
Clean up how tracking of code features is done in the parser a bit
https://bugs.webkit.org/show_bug.cgi?id=21352
Summary
Clean up how tracking of code features is done in the parser a bit
Maciej Stachowiak
Reported
2008-10-03 16:58:33 PDT
Clean up how tracking of code features is done in the parser a bit.
Attachments
cleanup patch
(133.64 KB, patch)
2008-10-03 16:59 PDT
,
Maciej Stachowiak
zwarich
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2008-10-03 16:59:06 PDT
Created
attachment 24074
[details]
cleanup patch
Cameron Zwarich (cpst)
Comment 2
2008-10-03 17:09:38 PDT
Comment on
attachment 24074
[details]
cleanup patch
> static ProgramNode* create(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, const SourceCode&, CodeFeatures featureso, int numConstants) JSC_FAST_CALL;
You should change 'featureso' to 'features', or better yet, remove the name of the CodeFeatures parameter in prototypes. Other than that, r=me assuming it passes tests.
Cameron Zwarich (cpst)
Comment 3
2008-10-04 08:59:04 PDT
Landed in
r37275
.
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