Home
last modified time | relevance | path

Searched defs:a6 (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcallSignatureAssignabilityInInheritance4.ts36 a6: <T extends Base>(x: (arg: T) => Derived) => T; method
64a6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; // ok, same as a5 but with object … method
DtrailingCommasES3.ts74 let a6 = [, , ]; variable
DtrailingCommasES5.ts74 let a6 = [, , ]; variable
DnestedBlockScopedBindings2.ts148 function a6() { function
DconstructSignatureAssignabilityInInheritance4.ts36 a6: new <T extends Base>(x: (arg: T) => Derived) => T; property
72a6: new <T extends Base, U extends Derived>(x: (arg: T) => U) => T; // ok, same as a5 but with obj… property
DsubtypingWithConstructSignatures5.ts37 a6: new (x: (arg: Base) => Derived) => Base; property
60a6: new <T extends Base, U extends Derived>(x: (arg: T) => U) => T; // ok, same as a5 but with obj… property
DcallSignatureAssignabilityInInheritance5.ts37 a6: (x: (arg: Base) => Derived) => Base; property
60a6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; // ok, same as a5 but with object … method
DconstructSignatureAssignabilityInInheritance5.ts37 a6: new (x: (arg: Base) => Derived) => Base; property
60a6: new <T extends Base, U extends Derived>(x: (arg: T) => U) => T; // ok, same as a5 but with obj… property
DconstructSignatureAssignabilityInInheritance2.ts36 a6: new (x: (arg: Base) => Derived) => Base; property
77a6: new <T extends Base, U extends Derived>(x: (arg: T) => U) => T; // ok, same as a5 but with obj… property
DcallSignatureAssignabilityInInheritance2.ts36 a6: (x: (arg: Base) => Derived) => Base; property
77a6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; // ok, same as a5 but with object … method
DnestedBlockScopedBindings6.ts198 function a6() { function
DtypeParameterUsedAsConstraint.ts98 let a6: { <T, U extends T, V extends U>(): void variable
DcomparisonOperatorWithSubtypeObjectOnInstantiatedConstructorSignature.ts72 let a6: { new <T>(x: T, y: T): T }; variable
DcomparisonOperatorWithNoRelationshipObjectsOnInstantiatedConstructorSignature.ts74 let a6: { new <T, U extends T>(x: T, y: U): T }; variable
DcomparisonOperatorWithSubtypeObjectOnInstantiatedCallSignature.ts82 let a6: { fn<T>(x: T, y: T): T }; variable
DcomparisonOperatorWithNoRelationshipObjectsOnInstantiatedCallSignature.ts84 let a6: { fn<T, U extends T>(x: T, y: U): T }; variable
DcomparisonOperatorWithIdenticalObjects.ts81 let a6: A6; variable
DcomparisonOperatorWithSubtypeObjectOnConstructorSignature.ts70 let a6: { new (a: Derived, b: Base): Base }; variable
DcomparisonOperatorWithSubtypeObjectOnCallSignature.ts80 let a6: { fn(a: Derived, b: Base): void }; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DmemberExpTests.ts79 var a6: Interface8; variable
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js191 const a6 = new BigInt64Array(10); constant
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js74527 function a6(t, e, i) { function