| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | TypeScriptLinterConfig.ts | 58 LinterConfig.nodeDesc[FaultID.IntersectionType] = "intersection types and type literals"; 171 [SyntaxKind.IntersectionType, FaultID.IntersectionType],
|
| D | Problems.ts | 26 FunctionExpression, IntersectionType, enumerator 68 faultsAttrs[FaultID.IntersectionType] = new FaultAttributes(19);
|
| /third_party/typescript/src/linter/ArkTSLinter_1_0/ |
| D | TypeScriptLinterConfig.ts | 60 LinterConfig.nodeDesc[FaultID.IntersectionType] = "intersection types and type literals"; 174 [SyntaxKind.IntersectionType, FaultID.IntersectionType],
|
| D | Problems.ts | 24 ImportFromPath, FunctionExpression, IntersectionType, enumerator 64 faultsAttrs[FaultID.IntersectionType] = { cookBookRef: "19", };
|
| /third_party/typescript/src/compiler/factory/ |
| D | parenthesizerRules.ts | 440 …case SyntaxKind.IntersectionType: // Not strictly necessary, but makes generated output more reada… 458 …case SyntaxKind.IntersectionType: // Not strictly necessary, but an intersection containing an int… 477 case SyntaxKind.IntersectionType:
|
| D | nodeTests.ts | 279 return node.kind === SyntaxKind.IntersectionType;
|
| D | nodeFactory.ts | 2037 …UnionOrIntersectionTypeNode(kind: SyntaxKind.UnionType | SyntaxKind.IntersectionType, types: reado… 2062 …return createUnionOrIntersectionTypeNode(SyntaxKind.IntersectionType, types, parenthesizerRules().…
|
| /third_party/typescript/src/compiler/ |
| D | tracing.ts | 298 …intersectionTypes: (type.flags & TypeFlags.Intersection) ? (type as IntersectionType).types.map(t …
|
| D | checker.ts | 5361 …& TypeFlags.Union ? formatUnionTypes((type as UnionType).types) : (type as IntersectionType).types; 8753 case SyntaxKind.IntersectionType: 10069 …rType.flags & TypeFlags.Intersection ? find((baseConstructorType as IntersectionType).types, t => … 10276 return some((type as IntersectionType).types, check); 10630 … type.flags & TypeFlags.Intersection && every((type as IntersectionType).types, isValidBaseType)); 11286 …const types = sameMap((type as IntersectionType).types, t => getTypeWithThisArgument(t, thisArgume… 11287 … return types !== (type as IntersectionType).types ? getIntersectionType(types) : type; 11720 function resolveIntersectionTypeMembers(type: IntersectionType) { 11933 const types = (type as IntersectionType).types; 12180 resolveIntersectionTypeMembers(type as IntersectionType); [all …]
|
| D | types.ts | 233 IntersectionType, enumerator 689 | SyntaxKind.IntersectionType 2049 readonly kind: SyntaxKind.IntersectionType; 5890 export type ObjectFlagsType = NullableType | ObjectType | UnionType | IntersectionType; 5918 export type BaseType = ObjectType | IntersectionType | TypeVariable; // Also `any` and `object` 6036 export interface IntersectionType extends UnionOrIntersectionType { 6041 export type StructuredType = ObjectType | UnionType | IntersectionType;
|
| D | visitorPublic.ts | 622 …[SyntaxKind.IntersectionType]: function visitEachChildOfIntersectionTypeNode(node, visitor, contex…
|
| /third_party/typescript/src/compiler/transformers/ |
| D | typeSerializer.ts | 248 case SyntaxKind.IntersectionType:
|
| D | ts.ts | 427 case SyntaxKind.IntersectionType:
|
| /third_party/typescript/src/services/formatting/ |
| D | smartIndenter.ts | 673 case SyntaxKind.IntersectionType:
|
| D | rules.ts | 454 case SyntaxKind.IntersectionType:
|
| /third_party/typescript/src/services/codefixes/ |
| D | helpers.ts | 522 for (const subType of (type as UnionType | IntersectionType).types) {
|
| /third_party/typescript/src/services/ |
| D | types.ts | 69 isIntersection(): this is IntersectionType; property
|
| D | services.ts | 521 isIntersection(): this is IntersectionType {
|
| D | completions.ts | 4309 case SyntaxKind.IntersectionType:
|
| /third_party/skia/src/gpu/ |
| D | GrDistanceFieldGenFromVector.cpp | 430 enum IntersectionType { enum
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 299 IntersectionType = 191, enumerator 994 readonly kind: SyntaxKind.IntersectionType; 2811 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2863 export interface IntersectionType extends UnionOrIntersectionType { interface 2865 export type StructuredType = ObjectType | UnionType | IntersectionType; 6100 isIntersection(): this is IntersectionType; property 8767 IntersectionType = 23, 9129 IntersectionType = 21,
|
| D | typescriptServices.d.ts | 299 IntersectionType = 191, enumerator 994 readonly kind: SyntaxKind.IntersectionType; 2811 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2863 export interface IntersectionType extends UnionOrIntersectionType { interface 2865 export type StructuredType = ObjectType | UnionType | IntersectionType; 6100 isIntersection(): this is IntersectionType; property 8767 IntersectionType = 23, 9129 IntersectionType = 21,
|
| D | tsserverlibrary.d.ts | 299 IntersectionType = 191, enumerator 994 readonly kind: SyntaxKind.IntersectionType; 2811 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2863 export interface IntersectionType extends UnionOrIntersectionType { interface 2865 export type StructuredType = ObjectType | UnionType | IntersectionType; 6100 isIntersection(): this is IntersectionType; property 12706 IntersectionType = 23, 13068 IntersectionType = 21,
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 299 IntersectionType = 191, enumerator 994 readonly kind: SyntaxKind.IntersectionType; 2811 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2863 export interface IntersectionType extends UnionOrIntersectionType { interface 2865 export type StructuredType = ObjectType | UnionType | IntersectionType; 6100 isIntersection(): this is IntersectionType; property 8767 IntersectionType = 23, 9129 IntersectionType = 21,
|
| D | tsserverlibrary.d.ts | 299 IntersectionType = 191, enumerator 994 readonly kind: SyntaxKind.IntersectionType; 2811 export type BaseType = ObjectType | IntersectionType | TypeVariable; 2863 export interface IntersectionType extends UnionOrIntersectionType { interface 2865 export type StructuredType = ObjectType | UnionType | IntersectionType; 6100 isIntersection(): this is IntersectionType; property 12706 IntersectionType = 23, 13068 IntersectionType = 21,
|