Searched refs:UnionOrIntersectionType (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/src/compiler/ |
D | symbolWalker.ts | 81 visitUnionOrIntersectionType(type as UnionOrIntersectionType); 100 function visitUnionOrIntersectionType(type: UnionOrIntersectionType): void {
|
D | checker.ts | 11061 function getPropertiesOfUnionOrIntersectionType(type: UnionOrIntersectionType): Symbol[] { 11120 … function getConstraintOfType(type: InstantiableType | UnionOrIntersectionType): Type | undefined { 11242 … const constraint = getResolvedBaseConstraint(<InstantiableType | UnionOrIntersectionType>type); 11265 function getResolvedBaseConstraint(type: InstantiableType | UnionOrIntersectionType): Type { 11319 const types = (<UnionOrIntersectionType>t).types; 11464 …function createUnionOrIntersectionProperty(containingType: UnionOrIntersectionType, name: __String… 11593 …function getUnionOrIntersectionProperty(type: UnionOrIntersectionType, name: __String, skipObjectF… 11608 …function getPropertyOfUnionOrIntersectionType(type: UnionOrIntersectionType, name: __String, skipO… 11709 …return getPropertyOfUnionOrIntersectionType(<UnionOrIntersectionType>type, name, skipObjectFunctio… 13485 const result = <UnionOrIntersectionType>createOriginType(flags); [all …]
|
D | types.ts | 4798 …containingType?: UnionOrIntersectionType; // Containing union or intersection type for synthetic… 5319 export interface UnionOrIntersectionType extends Type { 5337 export interface UnionType extends UnionOrIntersectionType { 5346 export interface IntersectionType extends UnionOrIntersectionType { 5387 export interface ResolvedType extends ObjectType, UnionOrIntersectionType { 5479 type: InstantiableType | UnionOrIntersectionType;
|
/third_party/typescript/src/services/ |
D | types.ts | 68 isUnionOrIntersection(): this is UnionOrIntersectionType; property
|
D | services.ts | 491 isUnionOrIntersection(): this is UnionOrIntersectionType {
|
/third_party/typescript/src/services/codefixes/ |
D | inferFromUsage.ts | 1074 …return flatMap((genericType as UnionOrIntersectionType).types, t => inferTypeParameters(t, usageTy…
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 2629 export interface UnionOrIntersectionType extends Type { interface 2632 export interface UnionType extends UnionOrIntersectionType { 2634 export interface IntersectionType extends UnionOrIntersectionType { 2654 type: InstantiableType | UnionOrIntersectionType; 5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
|
D | typescriptServices.d.ts | 2629 export interface UnionOrIntersectionType extends Type { interface 2632 export interface UnionType extends UnionOrIntersectionType { 2634 export interface IntersectionType extends UnionOrIntersectionType { 2654 type: InstantiableType | UnionOrIntersectionType; 5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
|
D | tsserverlibrary.d.ts | 2629 export interface UnionOrIntersectionType extends Type { interface 2632 export interface UnionType extends UnionOrIntersectionType { 2634 export interface IntersectionType extends UnionOrIntersectionType { 2654 type: InstantiableType | UnionOrIntersectionType; 5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 2662 export interface UnionOrIntersectionType extends Type { interface 2665 export interface UnionType extends UnionOrIntersectionType { 2667 export interface IntersectionType extends UnionOrIntersectionType { 2687 type: InstantiableType | UnionOrIntersectionType; 5595 isUnionOrIntersection(): this is UnionOrIntersectionType; property
|
D | tsserverlibrary.d.ts | 2662 export interface UnionOrIntersectionType extends Type { interface 2665 export interface UnionType extends UnionOrIntersectionType { 2667 export interface IntersectionType extends UnionOrIntersectionType { 2687 type: InstantiableType | UnionOrIntersectionType; 5595 isUnionOrIntersection(): this is UnionOrIntersectionType; property
|