[Webkit-unassigned] [Bug 148318] Web Inspector: arrow function names are never inferred, call frames are labeled (anonymous function)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 04:35:21 PDT 2015


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

--- Comment #3 from GSkachkov <gskachkov at gmail.com> ---
As I understand this is related to the SetFunctionName operation described in ES6 specification 
http://www.ecma-international.org/ecma-262/6.0/#sec-setfunctionname


So arrow function should support name property.
let a = () => {};
a.name === 'a';  //TRUE

-- 
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/20150921/47d373e1/attachment.html>


More information about the webkit-unassigned mailing list