/third_party/typescript/tests/cases/compiler/ |
D | divergentAccessorsTypes5.ts | 10 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
|
D | collisionSuperAndLocalVarInAccessors.ts | 13 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
|
D | collisionSuperAndLocalFunctionInAccessors.ts | 16 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
|
D | divergentAccessorsTypes3.ts | 7 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
|
D | divergentAccessorsTypes4.ts | 7 prop2: number; property in One 14 get prop2(): string { return ""; } method in Two 15 set prop2(s: string | 42) { } method in Two
|
D | es6ImportNamedImportWithTypesAndValues.ts | 9 prop2: string; property 15 prop2 = "world"; property in C2
|
D | thisInPropertyBoundDeclarations.ts | 21 prop2 = function() { property in A 48 prop2 = () => this; property in B
|
D | declarationEmitFirstTypeArgumentGenericFunctionType.ts | 23 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
|
D | collisionSuperAndLocalFunctionInProperty.ts | 12 public prop2 = { property in b
|
D | excessPropertyCheckWithUnions.ts | 124 prop2: string; property 140 declare const prop2: string | undefined; constant
|
D | collisionSuperAndLocalVarInProperty.ts | 11 public prop2 = { property in b
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitFirstTypeArgumentGenericFunctionType.js | 21 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
|
D | objectLiteralThisWidenedOnUse.js | 6 prop2: 2, property 19 prop2: 2, property
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | proxy_own_keys.js | 69 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
|
D | symbol-unscopables.js | 17 prop2: 13, property 28 prop2: true, property
|
/third_party/jerryscript/tests/jerry-test-suite/11/11.01/11.01.05/ |
D | 11.01.05-005.js | 17 prop2: 2 property
|
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/ |
D | 15.02.03-017.js | 17 prop2: 123, property
|
D | 15.02.03-014.js | 18 prop2: Number property
|
D | 15.02.03-018.js | 17 prop2: String, property
|
D | 15.02.03-004.js | 17 prop2: String, property
|
D | 15.02.03-009.js | 17 prop2: String, property
|
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/ |
D | 15.02.04.05-001.js | 17 prop2: "qwe", property
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/unary_operators/ |
D | the_delete_operator.ts | 27 prop2?: boolean property
|
/third_party/jerryscript/tests/jerry-test-suite/12/12.09/ |
D | 12.09-001.js | 23 prop2: 2, property
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardsOnClassProperty.ts | 20 prop2: boolean|string; variable
|