RESOLVED FIXED 149410
[ES6] Arrow function syntax. Implement property 'name'
https://bugs.webkit.org/show_bug.cgi?id=149410
Summary [ES6] Arrow function syntax. Implement property 'name'
GSkachkov
Reported 2015-09-21 11:17:07 PDT
Arrow function should support 'name' property. http://www.ecma-international.org/ecma-262/6.0/#sec-setfunctionname let a = () => {}; a.name === 'a'; //TRUE
Attachments
GSkachkov
Comment 1 2016-04-04 13:38:17 PDT
Already implemented
Note You need to log in before you can comment on or make changes to this bug.