Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmergeTwoInterfaces2.ts41 let r1 = a.foo variable
53 let r1 = a.foo variable
65 let r1 = a.foo variable
DobjectTypeWithNumericProperty.ts31 let r1 = c[1]; variable
63 let r1 = i[1]; variable
97 let r1 = a[1]; variable
134 let r1 = b[1]; variable
DmergeThreeInterfaces2.ts45 let r1 = a.foo; variable
58 let r1 = a.foo; variable
71 let r1 = a.foo variable
84 let r1 = a.foo variable
DtypeGuardOfFormNotExpr.ts116 let r1: string | number | boolean = strOrNumOrBool; // string | number | boolean variable
DgenericReversingTypeParameters.ts39 let r1 = b.get(''); variable
DinterfaceWithOverloadedCallAndConstructSignatures.ts32 let r1 = f(); variable
DnumericIndexingResults.ts30 let r1 = c['1']; variable
75 let r1 = i['1']; variable
124 let r1 = a['1']; variable
DtypeGuardOfFormExpr1AndExpr2.ts93 let r1: string | number | boolean | C = strOrNumOrBoolOrC; // string | number | boolean | C variable
DtypeGuardOfFormExpr1OrExpr2.ts82 let r1: string | number | boolean | C = strOrNumOrBoolOrC; // string | number | boolean | C variable
DtypeofClass2.ts41 let r1: typeof D; variable
DmergeTwoInterfaces.ts35 let r1 = a.foo variable
75 let r1 = a.foo; variable
DunionTypeReduction.ts43 let r1 = e1(); // Type of e1 reduced to I3 upon accessing property or signature variable
DaugmentedTypeBracketNamedPropertyAccess.ts35 let r1 = o['data']; // Should be number variable
DclassWithPublicProperty.ts46 let r1: string = c.x; variable
DpropertyNameWithoutTypeAnnotation.ts46 let r1 = (new C()).foo; variable
DmergeThreeInterfaces.ts39 let r1 = a.foo variable
94 let r1 = a.foo; variable
DstringNamedPropertyAccess.ts28 let r1 = c["a b"]; variable
DobjectTypeHidingMembersOfObject.ts30 let r1: void = c.valueOf(); variable
DexponentiationOperatorWithEnum.ts38 let r1 = c ** a; variable
DobjectTypeWithCallSignatureHidingMembersOfFunction.ts33 let r1: (a: any, b?: any) => void = i.apply; variable
DobjectTypeWithConstructSignatureHidingMembersOfFunction.ts30 let r1: (a: any, b?: any) => void = i.apply; variable
DexponentiationOperatorWithEnumUnion.ts42 let r1 = c ** a; variable
DobjectTypePropertyAccess.ts29 let r1 = c.toString(); variable
DinstanceofOperatorWithLHSIsObject.ts41 let r1 = a instanceof x1; variable
/arkcompiler/ets_runtime/test/typeinfer/classwithproperty/
Dclasswithproperty.ts38 let r1: string = c.x; variable

12