Home
last modified time | relevance | path

Searched defs:T12 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/types/tuple/
DreadonlyArraysAndTuples2.ts8 type T12 = readonly string[]; alias
DreadonlyArraysAndTuples.ts6 type T12 = readonly string[]; alias
DunionsOfTupleTypes1.ts10 type T12 = T1[2]; // undefined alias
DvariadicTuples1.ts237 type T12 = DropFirst<[string]>; alias
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts14 type T12 = { a: string } & never; alias
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts38 type T12 = [T13, string] alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes4.ts43 type T12 = BoxifiedWithSentinel<string, undefined>; alias
DmappedTypes6.ts19 type T12<T> = { -readonly [P in keyof T]: T[P] }; alias
DmappedTypes1.ts13 type T12 = { readonly [P in keyof Item]: Item[P] }; alias
DmappedTypesArraysTuples.ts13 type T12 = Required<string[]>; alias
DmappedTypeErrors.ts29 type T12 = Pick<Shape, "name" | "foo">; // Error alias
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts81 type T12 = P1<(x: number, y: number) => void>; alias
/third_party/typescript/tests/cases/compiler/
DexcessivelyLargeTupleSpread.ts20 type T12 = [...T11, ...T11]; alias
DawaitedTypeStrictNull.ts15 type T12 = Awaited<Promise<Promise<number>>>; alias
DdynamicNames.ts77 interface T12 { interface
DawaitedType.ts15 type T12 = Awaited<Promise<Promise<number>>>; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts62 type T12<T> = never extends T ? true : false; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts17 type T12 = unknown | null | undefined; // unknown alias
DunknownControlFlow.ts14 type T12 = bigint & {}; // Specially preserved alias
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DinstantiationExpressions.ts17 type T12 = typeof fx<string, number>; // (t: [string, number]) => [string, number] alias
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersection.ts37 type T12 = typeof EX; alias
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DvarianceAnnotations.ts38 type T12<out T, out K extends keyof T> = T[K]; alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts21 type T12 = Shape["name" | "foo"]; // Error alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts34 type T12 = ReturnType<(<T>() => T)>; // {} alias
/third_party/jerryscript/jerry-libm/
Dtrig.c792 #define T12 2.59073051863633712884e-05 /* 3EFB2A70, 74BF7AD4 */ macro

12