Bug 15855

Summary: ER: Function object does not support name property
Product: WebKit Reporter: Marcus Better <marcus>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Enhancement CC: barraclough, webkit
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Marcus Better 2007-11-06 04:40:17 PST
The "name" property of the Function object is non-standard but implemented by e.g. Mozilla:

http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Function:name

It is very handy for example when debugging and looking at stack traces.
Comment 1 Robert Blaut 2008-03-06 04:03:23 PST
Confirmed as an enhancement request.
Comment 2 Gavin Barraclough 2011-09-09 22:38:44 PDT
We now support this.