[Webkit-unassigned] [Bug 21814] The name property of JSFunctions should not be put directly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 27 11:20:22 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21814
cwzwarich at uwaterloo.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit- |cwzwarich at uwaterloo.ca
|unassigned at lists.webkit.org |
Summary|JS function creation should |The name property of
|put properties directly |JSFunctions should not be
| |put directly
------- Comment #2 from cwzwarich at uwaterloo.ca 2008-10-27 11:20 PDT -------
This patch is not so relevant after r37859, because the prototype property is
now created lazily. The only property that is still put on a JSFunction is the
name property, which could be stored on the FunctionBodyNode and not actually
created. I'll rename this bug to reflect this change.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list