WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
142926
FunctionBodyNode should known where its parameters started
https://bugs.webkit.org/show_bug.cgi?id=142926
Summary
FunctionBodyNode should known where its parameters started
Geoffrey Garen
Reported
2015-03-20 15:52:15 PDT
FunctionBodyNode should known where its parameters started
Attachments
Patch
(26.53 KB, patch)
2015-03-20 15:56 PDT
,
Geoffrey Garen
rniwa
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Geoffrey Garen
Comment 1
2015-03-20 15:56:10 PDT
Created
attachment 249140
[details]
Patch
WebKit Commit Bot
Comment 2
2015-03-20 15:58:41 PDT
Attachment 249140
[details]
did not pass style-queue: ERROR: Source/JavaScriptCore/parser/Nodes.cpp:178: Wrong number of spaces before statement. (expected: 8) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/parser/Nodes.cpp:179: Wrong number of spaces before statement. (expected: 8) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/parser/Nodes.cpp:180: Wrong number of spaces before statement. (expected: 8) [whitespace/indent] [4] Total errors found: 3 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Ryosuke Niwa
Comment 3
2015-03-20 16:33:43 PDT
Comment on
attachment 249140
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=249140&action=review
> Source/JavaScriptCore/parser/Nodes.cpp:174 > + ParserArena&, const JSTokenLocation& startLocation, > + const JSTokenLocation& endLocation, unsigned startColumn, unsigned endColumn, > + int functionKeywordStart, int functionNameStart, int parametersStart, > + bool isInStrictContext, ConstructorKind constructorKind)
These lines need to be indented further by 4 spaces (8 spaces total).
Geoffrey Garen
Comment 4
2015-03-20 16:38:26 PDT
Committed
r181818
: <
http://trac.webkit.org/changeset/181818
>
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