[Webkit-unassigned] [Bug 10713] ObjC DOM auto-generation should honor the [Optional] attribute
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Sep 3 14:21:07 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10713
ddkilzer at kilzer.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ddkilzer at kilzer.net
------- Comment #1 from ddkilzer at kilzer.net 2006-09-03 14:21 PDT -------
For what it's worth, when I added support for the [Optional] parameter in
CodeGeneratorJS.pm, the first argument marked [Optional] in the args list would
make all subsequent args (to the right) implicitly optional (even without the
[Optional] designation) since JavaScript has neither strongly-typed nor named
parameters. This is the way it's currently implemented in CodeGeneratorJS.pm.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list