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+
Geoffrey Garen
Comment 1 2014-12-04 15:37:03 PST
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
Note You need to log in before you can comment on or make changes to this bug.