[Webkit-unassigned] [Bug 27319] Need CustomConstructor attribute to reduce amount of copy/paste constructor code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 15:38:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27319





--- Comment #1 from Eric Seidel <eric at webkit.org>  2009-07-15 15:38:53 PDT ---
Turns out that we'd probably need:
ConstructorNeedsGlobalObject
as well, in order to replace a bunch of the existing custom constructors.

The existing custom constructors would use:

GenerateConstructor
CanConstruct
CustomConstructor
ConstructorNeedsGlobalObject

Perhaps there is a more succinct way to express all that. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list