| /third_party/typescript/src/linter/ |
| D | TypeScriptLinterConfig.ts | 59 LinterConfig.nodeDesc[FaultID.IntersectionType] = "intersection types and type literals"; 181 [SyntaxKind.IntersectionType, FaultID.IntersectionType],
|
| D | Problems.ts | 23 ImportFromPath, FunctionExpression, IntersectionType, enumerator 63 faultsAttrs[FaultID.IntersectionType] = { cookBookRef: "19", };
|
| /third_party/typescript/src/compiler/ |
| D | tracing.ts | 255 …intersectionTypes: (type.flags & TypeFlags.Intersection) ? (type as IntersectionType).types.map(t …
|
| D | checker.ts | 4692 …ags & TypeFlags.Union ? formatUnionTypes((<UnionType>type).types) : (<IntersectionType>type).types; 7868 case SyntaxKind.IntersectionType: 9050 …rType.flags & TypeFlags.Intersection ? find((baseConstructorType as IntersectionType).types, t => … 9223 return some((<IntersectionType>type).types, check); 9566 … type.flags & TypeFlags.Intersection && every((<IntersectionType>type).types, isValidBaseType)); 10204 …const types = sameMap((<IntersectionType>type).types, t => getTypeWithThisArgument(t, thisArgument… 10205 return types !== (<IntersectionType>type).types ? getIntersectionType(types) : type; 10647 function resolveIntersectionTypeMembers(type: IntersectionType) { 11034 resolveIntersectionTypeMembers(<IntersectionType>type); 11370 function getApparentTypeOfIntersectionType(type: IntersectionType) { [all …]
|
| D | types.ts | 225 IntersectionType, enumerator 662 | SyntaxKind.IntersectionType 1611 readonly kind: SyntaxKind.IntersectionType; 5204 export type ObjectFlagsType = NullableType | ObjectType | UnionType | IntersectionType; 5233 export type BaseType = ObjectType | IntersectionType | TypeVariable; // Also `any` and `object` 5346 export interface IntersectionType extends UnionOrIntersectionType { 5351 export type StructuredType = ObjectType | UnionType | IntersectionType;
|
| D | visitorPublic.ts | 521 case SyntaxKind.IntersectionType:
|
| D | emitter.ts | 1393 case SyntaxKind.IntersectionType:
|
| D | parser.ts | 191 case SyntaxKind.IntersectionType:
|
| /third_party/typescript/src/compiler/factory/ |
| D | parenthesizerRules.ts | 371 case SyntaxKind.IntersectionType:
|
| D | nodeTests.ts | 197 return node.kind === SyntaxKind.IntersectionType;
|
| D | nodeFactory.ts | 1884 …UnionOrIntersectionTypeNode(kind: SyntaxKind.UnionType | SyntaxKind.IntersectionType, types: reado… 1909 …return <IntersectionTypeNode>createUnionOrIntersectionTypeNode(SyntaxKind.IntersectionType, types);
|
| /third_party/typescript/src/services/formatting/ |
| D | smartIndenter.ts | 642 case SyntaxKind.IntersectionType:
|
| D | rules.ts | 453 case SyntaxKind.IntersectionType:
|
| /third_party/typescript/src/services/ |
| D | types.ts | 67 isIntersection(): this is IntersectionType; property
|
| D | services.ts | 488 isIntersection(): this is IntersectionType {
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrDistanceFieldGenFromVector.cpp | 445 enum IntersectionType { enum
|
| /third_party/skia/src/gpu/ |
| D | GrDistanceFieldGenFromVector.cpp | 430 enum IntersectionType { enum
|
| /third_party/typescript/src/compiler/transformers/ |
| D | ts.ts | 396 case SyntaxKind.IntersectionType: 1569 case SyntaxKind.IntersectionType:
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 291 IntersectionType = 184, enumerator 936 readonly kind: SyntaxKind.IntersectionType; 2614 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2667 export interface IntersectionType extends UnionOrIntersectionType { interface 2669 export type StructuredType = ObjectType | UnionType | IntersectionType; 5594 isIntersection(): this is IntersectionType; property 7595 IntersectionType = 23,
|
| D | tsserverlibrary.d.ts | 291 IntersectionType = 184, enumerator 936 readonly kind: SyntaxKind.IntersectionType; 2614 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2667 export interface IntersectionType extends UnionOrIntersectionType { interface 2669 export type StructuredType = ObjectType | UnionType | IntersectionType; 5594 isIntersection(): this is IntersectionType; property 11378 IntersectionType = 23,
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 291 IntersectionType = 184, enumerator 925 readonly kind: SyntaxKind.IntersectionType; 2581 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2634 export interface IntersectionType extends UnionOrIntersectionType { interface 2636 export type StructuredType = ObjectType | UnionType | IntersectionType; 5353 isIntersection(): this is IntersectionType; property
|
| D | typescriptServices.d.ts | 291 IntersectionType = 184, enumerator 925 readonly kind: SyntaxKind.IntersectionType; 2581 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2634 export interface IntersectionType extends UnionOrIntersectionType { interface 2636 export type StructuredType = ObjectType | UnionType | IntersectionType; 5353 isIntersection(): this is IntersectionType; property
|
| D | tsserverlibrary.d.ts | 291 IntersectionType = 184, enumerator 925 readonly kind: SyntaxKind.IntersectionType; 2581 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2634 export interface IntersectionType extends UnionOrIntersectionType { interface 2636 export type StructuredType = ObjectType | UnionType | IntersectionType; 5353 isIntersection(): this is IntersectionType; property
|
| /third_party/typescript/doc/ |
| D | spec-ARCHIVED.md | 1570    *IntersectionType* 1748   *IntersectionType:* 6191    *IntersectionType* 6261   *IntersectionType:*
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_glsl.cpp | 12587 GLSL_RAY_QUERY_GET_OP2(IntersectionType); in emit_instruction()
|