WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 139273
Split out FunctionNode from FunctionBodyNode
https://bugs.webkit.org/show_bug.cgi?id=139273
Summary
Split out FunctionNode from FunctionBodyNode
Geoffrey Garen
Reported
2014-12-04 15:27:20 PST
Split out FunctionNode from FunctionBodyNode
Attachments
Patch
(35.36 KB, patch)
2014-12-04 15:37 PST
,
Geoffrey Garen
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Geoffrey Garen
Comment 1
2014-12-04 15:37:03 PST
Created
attachment 242591
[details]
Patch
WebKit Commit Bot
Comment 2
2014-12-04 15:38:49 PST
Attachment 242591
[details]
did not pass style-queue: ERROR: Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:267: Multi line control clauses should use braces. [whitespace/braces] [4] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 3
2014-12-04 15:46:17 PST
Comment on
attachment 242591
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=242591&action=review
r=me
> Source/JavaScriptCore/parser/Nodes.h:1541 > + class FunctionBodyNode : public StatementNode, public ParserArenaDeletable {
This class can be final.
> Source/JavaScriptCore/parser/Nodes.h:1585 > + class FunctionNode : public ScopeNode {
Ditto.
Geoffrey Garen
Comment 4
2014-12-04 15:47:17 PST
Committed
r176822
: <
http://trac.webkit.org/changeset/176822
>
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