Home | History | Annotate | Download | only in API

Lines Matching full:named

84 @discussion If you named your function Initialize, you would declare it like this:
98 @discussion If you named your function Finalize, you would declare it like this:
119 @discussion If you named your function HasProperty, you would declare it like this:
140 @discussion If you named your function GetProperty, you would declare it like this:
158 @discussion If you named your function SetProperty, you would declare it like this:
175 @discussion If you named your function DeleteProperty, you would declare it like this:
190 @discussion If you named your function GetPropertyNames, you would declare it like this:
211 @discussion If you named your function CallAsFunction, you would declare it like this:
231 @discussion If you named your function CallAsConstructor, you would declare it like this:
250 @discussion If you named your function HasInstance, you would declare it like this:
271 @discussion If you named your function ConvertToType, you would declare it like this:
332 If you named your getter function "GetX" and your setter function "SetX", you would declare a JSStaticValue array containing "X" like this: