Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 43) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/es6ImportDefaultBindingFollowedWithNamedImport/
Des6ImportDefaultBindingFollowedWithNamedImport_1.ts23 let x1: number = a; variable
28 let x1: number = b; variable
33 let x1: number = x; variable
37 let x1: number = y; variable
42 let x1: number = z; variable
47 let x1: number = m; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinstanceofOperatorWithLHSIsObject.ts23 let x1: any; variable
41 let r1 = a instanceof x1; variable
53 let r3 = c instanceof x1; variable
59 let r4 = d instanceof x1; variable
DtypeGuardOfFormTypeOfString.ts110 let x1: {} = numOrBool; // { variable
175 let x1: number | boolean = numOrBool; // number | boolean variable
DstrictModeEnumMemberNameReserved.ts28 const x1: E.static = E.static; constant
DmoduleIdentifiers.ts28 let x1 = M.a; variable
DoverloadOnConstInBaseWithBadImplementationInDerived.ts27 x1(a: number, callback: (x: 'hi') => number) { // error method in C
DoverloadOnConstInheritance4.ts26 x1(a: number, callback: (x: 'hi') => number); method in C
DgenericObjectCreationWithoutTypeArgs.ts25 let x1 = new SS<number>(); // OK variable
DindexSignaturesInferentialTyping.ts31 let x1 = foo({ 0: 0, 1: 1 }); // type should be number variable
DassignmentCompatability8.ts26 …WithPublic<T> { constructor(public one: T) {} } let x1 = new classWithPubli… variable
DliteralTypesAndTypeAssertions.ts41 let x1 = 1 as (0 | 1); variable
DmappedTypes4.ts105 let x1: DeepReadonly<Foo>; variable
108 let x1: DeepReadonlyFoo; variable
Des6ModuleEnumDeclaration.ts50 let x1 = e1.a; variable
66 let x1 = e1.a; variable
Des6ModuleConstEnumDeclaration.ts50 let x1 = e1.a; variable
66 let x1 = e1.a; variable
Des6ModuleConstEnumDeclaration2.ts50 let x1 = e1.a; variable
66 let x1 = e1.a; variable
DnoImplicitAnyDestructuringVarDeclaration2.ts97 let {x1 = 10, y1 = 10, z1 = 10} = { x1: 1, y1: 2, z1: 3 }; // no error variable
DcapturedLetConstInLoop9_ES6.ts178 let [{x1, y:z1}] = [{x1:1, y:arguments.length}]; variable
DcapturedLetConstInLoop9.ts178 let [{x1, y:z1}] = [{x1:1, y:arguments.length}]; variable
DkeyofAndForIn.ts37 let x1 = obj[k1]; variable
DfunctionOverloads45.ts40 let x1 = foo1([{a: "str"}]); variable
DfunctionOverloads44.ts40 let x1 = foo1([{a: "str"}]); variable
DinferFromBindingPattern.ts25 let x1 = f1(); // string variable
DconstEnumToStringNoComments.ts35 let x1 = Foo["X"].toString(); variable
DconstEnumToStringWithComments.ts35 let x1 = Foo["X"].toString(); variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/moduleAugmentationCollidingNamesInAugmentation1/
Dmap2.ts32 interface I {x1} property

12