Searched defs:a11 (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | callSignatureAssignabilityInInheritance4.ts | 37 a11: <T>(x: { foo: T }, y: { foo: T; bar: T }) => Base; method 65 a11: <T, U>(x: { foo: T }, y: { foo: U; bar: U }) => Base; // ok method
|
| D | constructSignatureAssignabilityInInheritance4.ts | 37 a11: new <T>(x: { foo: T }, y: { foo: T; bar: T }) => Base; property 73 a11: new <T, U>(x: { foo: T }, y: { foo: U; bar: U }) => Base; // ok property
|
| D | subtypingWithConstructSignatures5.ts | 42 a11: new (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 65 a11: new <T extends Base>(x: T, y: T) => T; // ok property
|
| D | callSignatureAssignabilityInInheritance5.ts | 42 a11: (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 65 a11: <T extends Base>(x: T, y: T) => T; // ok method
|
| D | constructSignatureAssignabilityInInheritance5.ts | 42 a11: new (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 65 a11: new <T extends Base>(x: T, y: T) => T; // ok property
|
| D | constructSignatureAssignabilityInInheritance2.ts | 41 a11: new (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 82 a11: new <T extends Base>(x: T, y: T) => T; // ok property
|
| D | callSignatureAssignabilityInInheritance2.ts | 41 a11: (x: { foo: string }, y: { foo: string; bar: string }) => Base; property 82 a11: <T extends Base>(x: T, y: T) => T; // ok method
|
| D | comparisonOperatorWithSubtypeObjectOnCallSignature.ts | 126 let a11: { fn(...a: Base[]): void }; variable
|
| /arkcompiler/ets_runtime/test/aottest/defineclass/ |
| D | defineclass.js | 16 function f10(a11, a12, a13) { argument
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportNamedImportDts/ |
| D | server.ts | 23 export class a11 { } class
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 216 const a11 = new Uint8Array(a10); constant
|