Home
last modified time | relevance | path

Searched defs:a9 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnestedBlockScopedBindings2.ts231 function a9() { function
DsubtypingWithConstructSignatures5.ts40 a9: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
63a9: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: numbe… property
DcallSignatureAssignabilityInInheritance5.ts40 a9: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
63a9: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: number })… method
DconstructSignatureAssignabilityInInheritance5.ts40 a9: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
63a9: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: numbe… property
DconstructSignatureAssignabilityInInheritance2.ts39 a9: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
80a9: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: numbe… property
DcallSignatureAssignabilityInInheritance2.ts39 a9: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
80a9: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: string; bing: number })… method
DcomparisonOperatorWithSubtypeObjectOnConstructorSignature.ts94 let a9: { new (...a: Base[]): Base }; variable
DcomparisonOperatorWithSubtypeObjectOnCallSignature.ts108 let a9: { fn(): Base }; variable
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js209 const a9 = new Float64Array(a8); constant