On 5/29/07, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > Neil Deakin wrote: > > When called from JS, the aCharSet argument is optional. > > Is there a way to specify what it defaults to if not passed? Empty > string? Null? Something else?
We'd need to define something like that, yeah. I'd expect that we'd do it per-type (0 for int types, void string for strings, null for interfaces, etc.) rather than making it specifiable per-argument. Can an array's length be optional? Distinct from the array, or with the array? Mike _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
