Home
last modified time | relevance | path

Searched defs:a4 (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdeclarationEmitDestructuringObjectLiteralPattern2.ts61 let { a4, b4, c4 } = f15(); variable
69 export let { a4, b4, c4 } = f15(); variable
DnestedBlockScopedBindings1.ts78 function a4() { function
DnestedBlockScopedBindings3.ts120 function a4() { function
DparenthesisDoesNotBlockAliasSymbolCreation.ts51 export const a4 = null as { x : number } & InvalidKeys2<"a">; constant
DcallSignatureAssignabilityInInheritance4.ts34 a4: <T,U>(x: T, y: U) => string; method
62a4: <T, U>(x: T, y: U) => string; // ok, instantiation of N is a subtype of M, T is string, U is n… method
DtrailingCommasES3.ts64 let a4 = []; variable
DtrailingCommasES5.ts64 let a4 = []; variable
DnestedBlockScopedBindings2.ts103 function a4() { function
DconstructSignatureAssignabilityInInheritance4.ts34 a4: new <T, U>(x: T, y: U) => string; property
70a4: new <T, U>(x: T, y: U) => string; // ok, instantiation of N is a subtype of M, T is string, U … property
DsubtypingWithConstructSignatures5.ts35 a4: new (x: string, y: number) => string; property
58a4: new <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is nu… property
DcallSignatureAssignabilityInInheritance5.ts35 a4: (x: string, y: number) => string; property
58a4: <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is number method
DconstructSignatureAssignabilityInInheritance5.ts35 a4: new (x: string, y: number) => string; property
58a4: new <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is nu… property
DnestedBlockScopedBindings5.ts151 function a4() { function
DconstructSignatureAssignabilityInInheritance2.ts34 a4: new (x: string, y: number) => string; property
75a4: new <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is nu… property
DcallSignatureAssignabilityInInheritance2.ts34 a4: (x: string, y: number) => string; property
75a4: <T, U>(x: T, y: U) => T; // ok, instantiation of N is a subtype of M, T is string, U is number method
DinferenceOptionalPropertiesToIndexSignatures.ts61 let a4 = foo(x4); // string | number variable
DnestedBlockScopedBindings6.ts137 function a4() { function
DdestructuringVariableDeclaration1ES5.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DdestructuringVariableDeclaration1ES6.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DdestructuringVariableDeclaration1ES5iterable.ts43 let [a3, [[a4]], a5]: [number, [[string]], boolean] = [1, [["hello"]], true]; variable
DtypeParameterUsedAsConstraint.ts90 let a4: { <T extends U, U extends Date>(): void variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-as-expression3.ts20 var a4 = [1 as const]; variable
/arkcompiler/ets_runtime/test/typeinfer/module_test/module_member_initialization/
Dexport.ts26 a4 = (para1 : number, para2 : number) : number => {return para1 + para2}; property in foo2
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DmemberExpTests.ts63 var a4: Interface6; variable
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js175 const a4 = new Uint32Array(1024); constant

12