Home
last modified time | relevance | path

Searched defs:Person (Results 1 – 25 of 63) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DmetadataOfClassFromModule.js34 var Person = /** @class */ (function () { class
35 function Person() { class in anonymousFunction81f4a99f0100.Person
DrequireEmitSemicolon.js29 var Person = /** @class */ (function () { class
30 function Person(name) { class in anonymousFunction2d0a6bee0100.anonymousFunction2d0a6bee0200.Person
DcommentsOnObjectLiteral1.js2 var Person = makeClass( variable
DlambdaPropSelf.js4 class Person { class
DconstructorAsType.js2 var Person:new () => {name: string;} = function () {return {name:"joe"};}; class
/third_party/typescript/tests/cases/compiler/
DcommentsOnObjectLiteral1.ts2 var Person = makeClass( variable
DcommentsOnObjectLiteral2.ts2 var Person = makeClass( variable
DconstructorAsType.ts1 var Person:new () => {name: string;} = function () {return {name:"joe"};}; variable
DrequireEmitSemicolon.ts4 export class Person { class
DmetadataOfClassFromModule.ts10 export class Person { class
/third_party/typescript/tests/cases/conformance/jsdoc/
DcheckExportsObjectAssignPrototypeProperty.ts10 function Person(name) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/named_and_anonymous_tuple_elements/
Danonymous_tuple_elements_3.ts26 type Person = [name: string, number]; alias
Danonymous_tuple_elements_7.ts26 type Person = [namesss: string, age: number, ... string[]]; alias
Danonymous_tuple_elements_1.ts26 type Person = [name: string, age: number]; alias
Danonymous_tuple_elements_4.ts26 type Person = [string, age: number]; alias
Danonymous_tuple_elements_2.ts26 type Person = [string, number]; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/contextually_typed_expressions/
Dcontextually_typed_expressions_9.ts28 interface Person { interface
Dcontextually_typed_expressions_13.ts25 interface Person { interface
Dcontextually_typed_expressions_6.ts25 class Person { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_new_operator/
Dnew_operator_3.ts26 class Person { class
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-umd/arkts-no-umd-4-ok/
Darkts-no-umd-4-ok.ts18 export interface Person { interface
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DCustomFormatterPersonTest.java28 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/
Dobject_string_number_3.ts34 interface Person { interface
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/named_types/
Dnamed_types_3.ts26 interface Person { interface
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/identifiers/
Dname_space.ts29 export interface Person { interface

123