RESOLVED FIXED Bug 73064
CodeGenerator*.pm should support overloaded Constructor attribute
https://bugs.webkit.org/show_bug.cgi?id=73064
Summary CodeGenerator*.pm should support overloaded Constructor attribute
Dominic Cooney
Reported 2011-11-23 18:09:42 PST
Currently there is ad-hoc overloading of generated constructors using optional parameters. However Web IDL allows multiple Constructor specs that can vary in arity and argument types. For example the Intents constructor needs this because it is overloaded with zero, two or three arguments. See patches on bug 73051 for details of the Intent constructor.
Attachments
Note You need to log in before you can comment on or make changes to this bug.