[Webkit-unassigned] [Bug 147742] [ES6] Implement ES6 arrow function syntax. Prototype of arrow function should be undefined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 22:40:18 PDT 2015


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

--- Comment #10 from Saam Barati <sbarati at apple.com> ---
(In reply to comment #8)
> How I understand this rule:
> If an arrow function doesn't have own prototype so it can be initialized by
> custom js code. And if it possible to init this property so there has to be
> way to delete it. 
> Does it make sense? 
> Possible I need add this to task description or ChangeLog

Okay. I see. So for normal functions, we're definitely
not allowed to delete "prototype", but for arrow functions,
we start with no prototype, but we're allowed to define
one and delete one?

-- 
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/20150903/b693d8fb/attachment.html>


More information about the webkit-unassigned mailing list