Home
last modified time | relevance | path

Searched refs:property2 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DtsxSpreadAttributesResolution15.types9 property2: number;
10 >property2 : number
18 >( <AnotherComponent {...props} property2 AnotherProperty1="hi"/> ) : JSX.Element
20 <AnotherComponent {...props} property2 AnotherProperty1="hi"/>
21 ><AnotherComponent {...props} property2 AnotherProperty1="hi"/> : JSX.Element
24 >property2 : true
37 property2: boolean;
38 >property2 : boolean
DtsxSpreadAttributesResolution15.symbols11 property2: number;
12 >property2 : Symbol(ComponentProps.property2, Decl(file.tsx, 3, 22))
21 <AnotherComponent {...props} property2 AnotherProperty1="hi"/>
24 >property2 : Symbol(property2, Decl(file.tsx, 9, 36))
39 property2: boolean;
40 >property2 : Symbol(AnotherComponentProps.property2, Decl(file.tsx, 15, 29))
DdecoratorsOnComputedProperties.types45 @x ["property2"]: any = 2;
47 >["property2"] : any
48 >"property2" : "property2"
116 >void class B { @x ["property"]: any; @x [Symbol.toStringTag]: any; @x ["property2"]: any …
117 >class B { @x ["property"]: any; @x [Symbol.toStringTag]: any; @x ["property2"]: any = 2; …
132 @x ["property2"]: any = 2;
134 >["property2"] : any
135 >"property2" : "property2"
218 @x ["property2"]: any = 2;
220 >["property2"] : any
[all …]
DtsxSpreadAttributesResolution16.symbols11 property2: number;
12 >property2 : Symbol(ComponentProps.property2, Decl(file.tsx, 3, 22))
38 property2: boolean;
39 >property2 : Symbol(AnotherComponentProps.property2, Decl(file.tsx, 16, 29))
DtsxSpreadAttributesResolution15.js6 property2: number;
11 <AnotherComponent {...props} property2 AnotherProperty1="hi"/>
18 property2: boolean;
32 return (<AnotherComponent {...props} property2 AnotherProperty1="hi"/>);
DtsxSpreadAttributesResolution16.errors.txt1 …1: Property 'AnotherProperty1' is missing in type '{ property1: string; property2: number; }' but …
9 property2: number;
17 !!! error TS2741: Property 'AnotherProperty1' is missing in type '{ property1: string; property2: n…
25 property2: boolean;
DtsxSpreadAttributesResolution16.types9 property2: number;
10 >property2 : number
36 property2: boolean;
37 >property2 : boolean
DdecoratorsOnComputedProperties.symbols39 @x ["property2"]: any = 2;
41 >["property2"] : Symbol(A["property2"], Decl(decoratorsOnComputedProperties.ts, 10, 33))
42 >"property2" : Symbol(A["property2"], Decl(decoratorsOnComputedProperties.ts, 10, 33))
115 @x ["property2"]: any = 2;
117 >["property2"] : Symbol(B["property2"], Decl(decoratorsOnComputedProperties.ts, 27, 33))
118 >"property2" : Symbol(B["property2"], Decl(decoratorsOnComputedProperties.ts, 27, 33))
192 @x ["property2"]: any = 2;
194 >["property2"] : Symbol(C["property2"], Decl(decoratorsOnComputedProperties.ts, 44, 33))
195 >"property2" : Symbol(C["property2"], Decl(decoratorsOnComputedProperties.ts, 44, 33))
271 @x ["property2"]: any = 2;
[all …]
DtsxSpreadAttributesResolution14.errors.txt1 …e.tsx(11,38): error TS2322: Type '{ Property1: true; property1: string; property2: number; }' is n…
10 property2: number;
18 !!! error TS2322: Type '{ Property1: true; property1: string; property2: number; }' is not assignab…
DtypeGuardConstructorDerivedClass.symbols14 property2: number;
15 >property2 : Symbol(C2.property2, Decl(typeGuardConstructorDerivedClass.ts, 5, 21))
91 property2: number;
92 >property2 : Symbol(C6.property2, Decl(typeGuardConstructorDerivedClass.ts, 37, 10))
DtsxSpreadAttributesResolution14.symbols11 property2: number;
12 >property2 : Symbol(ComponentProps.property2, Decl(file.tsx, 3, 22))
DtypeGuardConstructorDerivedClass.types14 property2: number;
15 >property2 : number
95 property2: number;
96 >property2 : number
DtsxSpreadAttributesResolution16.js6 property2: number;
19 property2: boolean;
DtsxSpreadAttributesResolution13.symbols11 property2: number;
12 >property2 : Symbol(ComponentProps.property2, Decl(file.tsx, 3, 22))
DtsxSpreadAttributesResolution14.types9 property2: number;
10 >property2 : number
DtsxSpreadAttributesResolution13.types9 property2: number;
10 >property2 : number
DtypeGuardConstructorDerivedClass.errors.txt11 property2: number;
45 property2: number;
DtypeGuardConstructorDerivedClass.js8 property2: number;
40 property2: number;
DtsxSpreadAttributesResolution14.js6 property2: number;
/third_party/jerryscript/tests/jerry/
Dobject-literal.js56 get property2 () { return 1; }, getter
57 set property2 (a) { setter
66 assert (a.property2 === 1);
69 a.property2 = 2.5;
/third_party/typescript/tests/cases/conformance/jsx/
DtsxSpreadAttributesResolution15.tsx11 property2: number;
16 <AnotherComponent {...props} property2 AnotherProperty1="hi"/>
23 property2: boolean;
DtsxSpreadAttributesResolution16.tsx11 property2: number;
24 property2: boolean;
/third_party/boost/libs/graph/test/
Drcsp_custom_vertex_id.cpp32 int property2; member in VertexProperty
35 VertexProperty(const int property1, const int property2) in VertexProperty() argument
36 : property1(property1), property2(property2) in VertexProperty()
/third_party/typescript/tests/cases/compiler/
DtypeGuardConstructorDerivedClass.ts7 property2: number; property in C2
39 property2: number; property in C6
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DAuthContextTest.cs57 var property2 = AuthProperty.Create("abc", new byte[] {71, 72, 73 }); in FindPropertiesByName()
61 {"existent", new List<AuthProperty> {property1, property2}}, in FindPropertiesByName()

12