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+
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.