Home
last modified time | relevance | path

Searched defs:r6 (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DcontextualTypingOfGenericFunctionTypedArguments1.js18 var r6 = _.forEach<number>(c2, (x) => { return x.toFixed() }); variable
27 var r6 = _.forEach(c2, function (x) { return x.toFixed(); }); variable
H A DstaticPropertyNotInClassType.js19 var r6 = c.x; // error variable
39 var r6 = c.x; // error variable
66 var r6 = c.x; // error variable
91 var r6 = c.x; // error variable
H A DderivedClassWithPrivateInstanceShadowingPublicInstance.js32 var r6 = Derived.a; // error variable
88 var r6 = Derived.a; // error variable
H A DderivedClassWithPrivateStaticShadowingPublicStatic.js33 var r6 = Derived.a; // error variable
90 var r6 = Derived.a; // error variable
H A DinstancePropertiesInheritedIntoClassType.js20 var r6 = d.y(); // error variable
42 var r6 = d.y(); // error variable
91 var r6 = d.y(); // error variable
123 var r6 = d.y(); // error variable
H A DinstancePropertyInClassType.js18 var r6 = c.y(); // error variable
38 var r6 = c.y(); // error variable
65 var r6 = c.y(); // error variable
90 var r6 = c.y(); // error variable
H A DtypeOfThisInStaticMembers.js32 var r6 = t2.bar(); variable
66 var r6 = t2.bar(); variable
H A DarrayTypeOfFunctionTypes.js16 var r6 = r5(); variable
31 var r6 = r5(); variable
H A DmergeThreeInterfaces.js38 var r6 = b.baz; variable
78 var r6 = b.baz; // any, should be boolean variable
90 var r6 = b.baz; variable
105 var r6 = b.baz; // any, should be boolean variable
H A DmismatchedExplicitTypeParameterAndArgumentType.js10 var r6 = map<Object, Object>([1, ""], (x) => x.toString()); variable
H A DgenericCallWithArrayLiteralArgs.js13 var r6 = foo<Object[]>([1, '']); // Object[] variable
H A DarrayOfFunctionTypes3.js26 var r6 = z2[0]; variable
51 var r6 = z2[0]; variable
H A DclassExtendingClass.js30 var r6 = d2.bar; variable
85 var r6 = d2.bar; variable
H A DclassWithPrivateProperty.js21 var r6: string = C.e; variable
44 var r6 = C.e; variable
H A DclassWithProtectedProperty.js24 var r6: string = C.e; variable
H A DclassWithPublicProperty.js20 var r6: string = C.e; variable
43 var r6 = C.e; variable
H A DcomparisonOperatorWithTwoOperandsAreAny.js9 var r6 = a != a; variable
20 var r6 = a != a; variable
H A DderivedClassIncludesInheritedMembers.js26 var r6 = Derived.t; variable
92 var r6 = Derived.t; variable
H A DpropertyNamesOfReservedWords.js208 var r6 = a.as; variable
293 var r6 = a.as; variable
H A DexponentiationOperatorWithAnyAndNumber.js11 var r6 = b ** 0; variable
24 var r6 = Math.pow(b, 0); variable
H A DexponentiationOperatorWithNullValueAndValidOperands.js19 var r6 = b ** null; variable
39 var r6 = Math.pow(b, null); variable
H A DgenericCallWithFunctionTypedArguments5.js21 var r6 = foo({ cb: (x: string) => '' }); // string variable
H A DgenericCallWithNonSymmetricSubtypes.js25 var r6 = foo(x, y); // { x?: number; }; variable
26 var r6 = foo(y, x); // { x?: number; }; variable
H A DgenericCallWithObjectTypeArgsAndConstraints2.js37 var r6 = f3(null, null); // any variable
/third_party/libabigail/tests/
H A Dtest-svg.cc29 row r6 = { "PADDING", implementation_row_sty, 18, 6, 0 }; in main() local
112 row r6 = { "PADDING", implementation_row_sty, 41, 7, 0 }; in main() local
131 row r6 = { "_M_array", member_row_sty, 16, 8, 8 }; in main() local
154 row r6 = { "_M_index", member_row_sty, 32, 8, 8 }; in main() local

Completed in 9 milliseconds

1234