Searched defs:a9 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | nestedBlockScopedBindings2.ts | 231 function a9() { function
|
| D | subtypingWithConstructSignatures5.ts | 40 a9: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 63 …a9: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: numbe… property
|
| D | callSignatureAssignabilityInInheritance5.ts | 40 a9: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 63 …a9: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: number })… method
|
| D | constructSignatureAssignabilityInInheritance5.ts | 40 a9: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 63 …a9: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: numbe… property
|
| D | constructSignatureAssignabilityInInheritance2.ts | 39 a9: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 80 …a9: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: numbe… property
|
| D | callSignatureAssignabilityInInheritance2.ts | 39 a9: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 80 …a9: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: number })… method
|
| D | comparisonOperatorWithSubtypeObjectOnConstructorSignature.ts | 94 let a9: { new (...a: Base[]): Base }; variable
|
| D | comparisonOperatorWithSubtypeObjectOnCallSignature.ts | 108 let a9: { fn(): Base }; variable
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 209 const a9 = new Float64Array(a8); constant
|