Home
last modified time | relevance | path

Searched defs:prop2 (Results 1 – 25 of 44) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DcollisionSuperAndLocalVarInAccessors.ts13 get prop2(): number { method in b
17 set prop2(val: number) { method in b
22 get prop2(): number { method in c
28 set prop2(val: number) { method in c
DcollisionSuperAndLocalFunctionInAccessors.ts16 get prop2(): number { method in b
21 set prop2(val: number) { method in b
27 get prop2(): number { method in c
34 set prop2(val: number) { method in c
Des6ImportNamedImportWithTypesAndValues.ts9 prop2: string; property
15 prop2 = "world"; property in C2
DthisInPropertyBoundDeclarations.ts21 prop2 = function() { property in A
48 prop2 = () => this; property in B
DdeclarationEmitFirstTypeArgumentGenericFunctionType.ts23 var prop2: Y<string[], <Tany>() => Tany>; // No space after second type argument variable
24 var prop2: Y<string[], <Tany>() => Tany>; // space after second type argument variable
DcollisionSuperAndLocalFunctionInProperty.ts12 public prop2 = { property in b
DexcessPropertyCheckWithUnions.ts124 prop2: string; property
140 declare const prop2: string | undefined; constant
DcollisionSuperAndLocalVarInProperty.ts11 public prop2 = { property in b
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitFirstTypeArgumentGenericFunctionType.js21 var prop2: Y<string[], <Tany>() => Tany>; // space after second type argument variable
45 var prop2; // No space after second type argument variable
46 var prop2; // space after second type argument variable
DobjectLiteralThisWidenedOnUse.js6 prop2: 2, property
19 prop2: 2, property
DmodifierOnClassExpressionMemberInFunction.js6 static prop2 = 43; field in g.x
Des6ImportNamedImportWithTypesAndValues.js14 prop2 = "world"; field in C2
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_own_keys.js69 var target = { prop1: "prop1", prop2: "prop2"}; property
92 var target = { prop1: "prop1", prop2: "prop2"}; property
99 var target = { prop1: "prop1", prop2: "prop2"}; property
106 var target = { prop1: "prop1", prop2: "prop2"}; property
118 var target = { prop1: "prop1", prop2: "prop2"}; property
152 var target = { prop1: "prop1", prop2: "prop2"}; property
Dsymbol-unscopables.js17 prop2: 13, property
28 prop2: true, property
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/
D15.02.03-017.js17 prop2: 123, property
D15.02.03-014.js18 prop2: Number property
D15.02.03-018.js17 prop2: String, property
D15.02.03-004.js17 prop2: String, property
D15.02.03-009.js17 prop2: String, property
D15.02.03-013.js24 prop2: Number property
/third_party/jerryscript/tests/jerry-test-suite/11/11.01/11.01.05/
D11.01.05-005.js17 prop2: 2 property
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/
D15.02.04.05-001.js17 prop2: "qwe", property
/third_party/jerryscript/tests/jerry-test-suite/12/12.09/
D12.09-001.js23 prop2: 2, property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/unary_operators/
Dthe_delete_operator.ts27 prop2?: boolean property
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsOnClassProperty.ts20 prop2: boolean|string; variable

12