Searched defs:a8 (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | nestedBlockScopedBindings2.ts | 202 function a8() { function
|
| D | subtypingWithConstructSignatures5.ts | 39 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 62 …a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
|
| D | callSignatureAssignabilityInInheritance5.ts | 39 a8: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 62 … a8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; // ok method
|
| D | constructSignatureAssignabilityInInheritance5.ts | 39 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 62 …a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
|
| D | constructSignatureAssignabilityInInheritance2.ts | 38 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 79 …a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
|
| D | callSignatureAssignabilityInInheritance2.ts | 38 a8: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property 79 … a8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; // ok method
|
| D | comparisonOperatorWithSubtypeObjectOnConstructorSignature.ts | 86 let a8: { new (a?: Base): Base }; variable
|
| D | comparisonOperatorWithSubtypeObjectOnCallSignature.ts | 100 let a8: { fn(): Base }; variable
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 208 const a8 = new Int8Array(new ArrayBuffer(0x40004141, {"maxByteLength": 0x40004141})); constant
|