Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/cases/compiler/
DdivergentAccessorsTypes5.ts10 prop2: number; property in One
17 get prop2(): string { return ""; } method in Two
18 set prop2(s: string | 42) { } method in Two
26 get prop2(): string { return ""; } method in Three
27 set prop2(s: string | number | boolean) { } method in Three
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
DdivergentAccessorsTypes3.ts7 get prop2(): string { return ""; } method in One
8 set prop2(s: string | number) { } method in One
20 get prop2(): string { return ""; } method in Two
21 set prop2(s: string) { } method in Two
DdivergentAccessorsTypes4.ts7 prop2: number; property in One
14 get prop2(): string { return ""; } method in Two
15 set prop2(s: string | 42) { } method in Two
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
/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/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.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
/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/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/unary_operators/
Dthe_delete_operator.ts27 prop2?: boolean property
/third_party/jerryscript/tests/jerry-test-suite/12/12.09/
D12.09-001.js23 prop2: 2, property
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsOnClassProperty.ts20 prop2: boolean|string; variable

12