Searched defs:nullable (Results 1 – 4 of 4) sorted by relevance
17 export declare function nullable<T>(value: KPointer, body: (arg: KPointer) => T | undefined): T | u… function
19 function nullable(value, body) { function
19 export function nullable<T>(value: KPointer, body: (arg: KPointer) => T | undefined): T | undefined… function
1686 void impl_NamedTypeSetNullable(KNativePointer context, KNativePointer receiver, KBoolean nullable) in impl_NamedTypeSetNullable()1781 … impl_TSFunctionTypeSetNullable(KNativePointer context, KNativePointer receiver, KBoolean nullable) in impl_TSFunctionTypeSetNullable()