Bug 15855
| Summary: | ER: Function object does not support name property | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Better <marcus> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Enhancement | CC: | barraclough, webkit |
| Priority: | P4 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Marcus Better
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Robert Blaut
Confirmed as an enhancement request.
Gavin Barraclough
We now support this.