Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-as-expression3.ts21 var a5 = <const> 1; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnestedBlockScopedBindings3.ts152 function a5() { function
DcallSignatureAssignabilityInInheritance4.ts35 a5: <T,U>(x: (arg: T) => U) => T; method
63 a5: <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be made method
DtrailingCommasES3.ts68 let a5 = [1, , ]; variable
DtrailingCommasES5.ts68 let a5 = [1, , ]; variable
DnestedBlockScopedBindings2.ts126 function a5() { function
DconstructSignatureAssignabilityInInheritance4.ts35 a5: new <T, U>(x: (arg: T) => U) => T; property
71a5: new <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be ma… property
DsubtypingWithConstructSignatures5.ts36 a5: new (x: (arg: string) => number) => string; property
59a5: new <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be ma… property
DcallSignatureAssignabilityInInheritance5.ts36 a5: (x: (arg: string) => number) => string; property
59 a5: <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be made method
DconstructSignatureAssignabilityInInheritance5.ts36 a5: new (x: (arg: string) => number) => string; property
59a5: new <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be ma… property
DnestedBlockScopedBindings5.ts192 function a5() { function
DconstructSignatureAssignabilityInInheritance2.ts35 a5: new (x: (arg: string) => number) => string; property
76a5: new <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be ma… property
DcallSignatureAssignabilityInInheritance2.ts35 a5: (x: (arg: string) => number) => string; property
76 a5: <T, U>(x: (arg: T) => U) => T; // ok, U is in a parameter position so inferences can be made method
DnestedBlockScopedBindings6.ts168 function a5() { function
DdestructuringVariableDeclaration1ES5.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DdestructuringVariableDeclaration1ES6.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DdestructuringVariableDeclaration1ES5iterable.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DtypeParameterUsedAsConstraint.ts94 let a5: { <T extends U, U extends V, V>(): void variable
DcomparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.ts64 let a5: { new <T>(...x: T[]): T }; variable
DcomparisonOperatorWithNoRelationshipObjectsOnInstantiatedConstructorSignature.ts64 let a5: { new <T>(x: T, y: T): T }; variable
DcomparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.ts72 let a5: { fn<T>(...x: T[]): T }; variable
DcomparisonOperatorWithNoRelationshipObjectsOnInstantiatedCallSignature.ts72 let a5: { fn<T>(x: T, y: T): T }; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DmemberExpTest_3.ts26 var a5: c; variable
DmemberExpTests.ts76 var a5: Interface8; variable
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js184 const a5 = new Uint8ClampedArray(new ArrayBuffer(1283053413), 9007199254740991); constant

12