| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | indexedAccessToThisTypeOnIntersection01.ts | 27 type T = (A & { a: number })['getA']; alias
|
| D | genericTypeAssertions3.ts | 31 let s = < <T>(x: T) => T > ((x: any) => { variable
|
| D | unusedTypeParametersNotCheckedByNoUnusedLocals.ts | 23 type T<T> = { }; alias
|
| D | infinitelyExpandingBaseTypes2.ts | 28 x : B<()=>T> property
|
| D | subtypingWithObjectMembersOptionality.ts | 35 interface T { interface 79 interface T { interface
|
| D | awaitedTypeJQuery.ts | 146 type T = Awaited<Promise3<string, Error, number, {}, string, boolean, any, Element, never>>; // str… alias
|
| D | isDeclarationVisibleNodeKinds.ts | 88 export class T { class
|
| D | mappedTypeModifiers.ts | 29 let v00: keyof T; variable 44 let v01: { [P in keyof T]: T[P] }; variable 56 let v02: { [P in keyof T]?: T[P] }; variable 72 let v03: { readonly [P in keyof T]: T[P] }; variable 88 let v04: { readonly [P in keyof T]?: T[P] }; variable
|
| D | assignmentCompatWithObjectMembers.ts | 68 class T { foo: T; } class
|
| D | subtypingWithObjectMembersOptionality3.ts | 26 interface T { interface
|
| D | subtypingWithObjectMembersOptionality4.ts | 26 interface T { interface
|
| D | assignmentCompatWithObjectMembersNumericNames.ts | 25 class T { 1.: string; } class
|
| D | booleanFilterAnyArray.ts | 24 <T>(v2?: T): v2 is T; property
|
| D | newOperatorConformance.ts | 28 class T<T> { class
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | enumbitops.h | 21 #define DEFINE_BITOPS(T) \ argument
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| D | tuple_to_struct.h | 32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
|
| D | for_each_tuple.h | 32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bc_call_signature.h | 24 #define ASM_UNUSED_BC_STUB_LIST(T) \ argument 63 #define ASM_INTERPRETER_BC_STUB_LIST(V, T, D) \ argument 288 #define ASM_INTERPRETER_DEPRECATED_STUB_LIST(V, T, D) \ argument 338 #define ASM_INTERPRETER_WIDE_STUB_LIST(V, T, D) \ argument 361 #define ASM_INTERPRETER_THROW_STUB_LIST(V, T, D) \ argument 374 #define ASM_INTERPRETER_CALLRUNTIME_STUB_LIST(V, T, D) \ argument
|
| /arkcompiler/ets_runtime/test/aottest/createarraywithbuffer/ |
| D | createarraywithbuffer.ts | 71 let T:number[] = [0, 1, 1.2, x]; variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports1-es6/ |
| D | t1.ts | 43 type T = number; alias
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports3/ |
| D | t1.ts | 43 export type T = number; alias
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports3-amd/ |
| D | t1.ts | 43 export type T = number; alias
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports3-es6/ |
| D | t1.ts | 43 export type T = number; alias
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports1-amd/ |
| D | t1.ts | 43 type T = number; alias
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports1/ |
| D | t1.ts | 43 type T = number; alias
|