| /third_party/typescript/tests/baselines/reference/ |
| D | metadataOfClassFromModule.js | 34 var Person = /** @class */ (function () { class 35 function Person() { class in anonymousFunction81f4a99f0100.Person
|
| D | requireEmitSemicolon.js | 29 var Person = /** @class */ (function () { class 30 function Person(name) { class in anonymousFunction2d0a6bee0100.anonymousFunction2d0a6bee0200.Person
|
| D | commentsOnObjectLiteral1.js | 2 var Person = makeClass( variable
|
| D | lambdaPropSelf.js | 4 class Person { class
|
| D | constructorAsType.js | 2 var Person:new () => {name: string;} = function () {return {name:"joe"};}; class
|
| /third_party/typescript/tests/cases/compiler/ |
| D | commentsOnObjectLiteral1.ts | 2 var Person = makeClass( variable
|
| D | commentsOnObjectLiteral2.ts | 2 var Person = makeClass( variable
|
| D | constructorAsType.ts | 1 var Person:new () => {name: string;} = function () {return {name:"joe"};}; variable
|
| D | requireEmitSemicolon.ts | 4 export class Person { class
|
| D | metadataOfClassFromModule.ts | 10 export class Person { class
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | checkExportsObjectAssignPrototypeProperty.ts | 10 function Person(name) { function
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/named_and_anonymous_tuple_elements/ |
| D | anonymous_tuple_elements_3.ts | 26 type Person = [name: string, number]; alias
|
| D | anonymous_tuple_elements_7.ts | 26 type Person = [namesss: string, age: number, ... string[]]; alias
|
| D | anonymous_tuple_elements_1.ts | 26 type Person = [name: string, age: number]; alias
|
| D | anonymous_tuple_elements_4.ts | 26 type Person = [string, age: number]; alias
|
| D | anonymous_tuple_elements_2.ts | 26 type Person = [string, number]; alias
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/contextually_typed_expressions/ |
| D | contextually_typed_expressions_9.ts | 28 interface Person { interface
|
| D | contextually_typed_expressions_13.ts | 25 interface Person { interface
|
| D | contextually_typed_expressions_6.ts | 25 class Person { class
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_new_operator/ |
| D | new_operator_3.ts | 26 class Person { class
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-umd/arkts-no-umd-4-ok/ |
| D | arkts-no-umd-4-ok.ts | 18 export interface Person { interface
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
| D | CustomFormatterPersonTest.java | 28 public static class Person { class in CustomFormatterPersonTest 33 public Person(String title, String firstName, String lastName) { in Person() method in CustomFormatterPersonTest.Person
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/property_access/ |
| D | object_string_number_3.ts | 34 interface Person { interface
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/named_types/ |
| D | named_types_3.ts | 26 interface Person { interface
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/identifiers/ |
| D | name_space.ts | 29 export interface Person { interface
|