Bug 20067

Summary: Support function.name (Firefox extension)
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: HasReduction
Priority: P2    
Version: 419.x   
Hardware: Mac   
OS: OS X 10.5   
URL: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:Function#Properties_2
Attachments:
Description Flags
Test case
none
patch ddkilzer: review+

Description David Kilzer (:ddkilzer) 2008-07-16 17:47:58 PDT
Firefox supports an argument.callee.name property that returns the name of the current function.
Comment 1 David Kilzer (:ddkilzer) 2008-07-16 17:48:22 PDT
Created attachment 22324 [details]
Test case
Comment 2 Geoffrey Garen 2008-07-17 14:26:02 PDT
Created attachment 22350 [details]
patch
Comment 3 David Kilzer (:ddkilzer) 2008-07-17 14:38:50 PDT
Comment on attachment 22350 [details]
patch

r=me
Comment 4 Geoffrey Garen 2008-07-17 14:42:39 PDT
Committed revision 35228.