Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DindexedAccessToThisTypeOnIntersection01.ts27 type T = (A & { a: number })['getA']; alias
DgenericTypeAssertions3.ts31 let s = < <T>(x: T) => T > ((x: any) => { variable
DunusedTypeParametersNotCheckedByNoUnusedLocals.ts23 type T<T> = { }; alias
DinfinitelyExpandingBaseTypes2.ts28 x : B<()=>T> property
DsubtypingWithObjectMembersOptionality.ts35 interface T { interface
79 interface T { interface
DawaitedTypeJQuery.ts146 type T = Awaited<Promise3<string, Error, number, {}, string, boolean, any, Element, never>>; // str… alias
DisDeclarationVisibleNodeKinds.ts88 export class T { class
DmappedTypeModifiers.ts29 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
DassignmentCompatWithObjectMembers.ts68 class T { foo: T; } class
DsubtypingWithObjectMembersOptionality3.ts26 interface T { interface
DsubtypingWithObjectMembersOptionality4.ts26 interface T { interface
DassignmentCompatWithObjectMembersNumericNames.ts25 class T { 1.: string; } class
DbooleanFilterAnyArray.ts24 <T>(v2?: T): v2 is T; property
DnewOperatorConformance.ts28 class T<T> { class
/arkcompiler/ets_frontend/es2panda/util/
Denumbitops.h21 #define DEFINE_BITOPS(T) \ argument
/arkcompiler/runtime_core/libpandabase/serializer/
Dtuple_to_struct.h32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
Dfor_each_tuple.h32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h24 #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/
Dcreatearraywithbuffer.ts71 let T:number[] = [0, 1, 1.2, x]; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports1-es6/
Dt1.ts43 type T = number; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports3/
Dt1.ts43 export type T = number; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports3-amd/
Dt1.ts43 export type T = number; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports3-es6/
Dt1.ts43 export type T = number; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports1-amd/
Dt1.ts43 type T = number; alias
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/exportsAndImports1/
Dt1.ts43 type T = number; alias

12