[Webkit-unassigned] [Bug 147051] Add support for new.target.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 12:00:37 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147051

--- Comment #9 from Saam Barati <saambarati1 at gmail.com> ---
Comment on attachment 257099
  --> https://bugs.webkit.org/attachment.cgi?id=257099
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=257099&action=review

> Source/JavaScriptCore/parser/ASTBuilder.h:183
> +    ExpressionNode* newTargetExpr(const JSTokenLocation location)

small nit: We usually try to name things that create AST nodes "createX".
So here, "createNewTargetNode" or "createNewTargetExpression".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150720/3da8ed33/attachment.html>


More information about the webkit-unassigned mailing list