Changes between Version 64 and Version 65 of WebKitIDL
- Timestamp:
- Mar 21, 2012, 5:53:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v64 v65 981 981 982 982 X of [ConstructorParameters=X] is the maximum number of arguments, including optional arguments. 983 For example, if a constructor signature is [Constructor(in int a, in int b, in [Optional ] int c, in [Optional] int d)], then X is 4.983 For example, if a constructor signature is [Constructor(in int a, in int b, in [Optional=DefaultIsUndefined] int c, in [Optional=DefaultIsUndefined] int d)], then X is 4. 984 984 985 985 You do not need to specify [ConstructorParameters] if the interface does not have any of [JSCustomConstructor], [V8CustomConstructor] or [CustomConstructor]. 986 987 Note: Currently [Constructor(...)] does not yet support [Optional] arguments. It just supports [Optional=DefaultIsUndefined] or [Optional=DefaultIsNullString]. 986 988 987 989 == [Conditional](i,m,a) == #Conditional