Bug 149410

Summary: [ES6] Arrow function syntax. Implement property 'name'
Product: WebKit Reporter: GSkachkov <gskachkov>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 140855    

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.