Bug 15855 - ER: Function object does not support name property
Summary: ER: Function object does not support name property
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-06 04:40 PST by Marcus Better
Modified: 2011-09-09 22:38 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.