[Webkit-unassigned] [Bug 144956] [ES6] Implement ES6 arrow function syntax. Arrow function specific features. Lexical bind of this

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 02:19:19 PDT 2015


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

--- Comment #45 from GSkachkov <gskachkov at gmail.com> ---
(In reply to comment #41)
> Comment on attachment 256242 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=256242&action=review
> 
> This is looking better. Some suggestions below. 
> I think other people should also take a look because I'm not the best person
> to review all of this patch.
> 
> Will the DFG inline an ArrowFunctions or will it just never inline them?
> 

Mmm, I not sure. In most cases ArrowFunction repeats features of the Function, so I expect that DFG inlines the ArrowFunctions, but can't see any prove of that.

-- 
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/20150708/a08e4db5/attachment.html>


More information about the webkit-unassigned mailing list