Home
last modified time | relevance | path

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

123

/third_party/typescript/tests/baselines/reference/
DmetadataOfClassFromModule.js34 var Person = /** @class */ (function () { class
35 function Person() { class in anonymousFunction46b8513e0100.Person
DrequireEmitSemicolon.js29 var Person = /** @class */ (function () { class
30 function Person(name) { class in anonymousFunction3110142d0100.anonymousFunction3110142d0200.Person
DcommentsOnObjectLiteral1.js2 var Person = makeClass( variable
DlambdaPropSelf.js4 class Person { class
DconstructorAsType.js2 var Person:new () => {name: string;} = function () {return {name:"joe"};}; class
DcommentsOnObjectLiteral2.js2 var Person = makeClass( variable
/third_party/typescript/tests/cases/compiler/
DcommentsOnObjectLiteral2.ts2 var Person = makeClass( variable
DcommentsOnObjectLiteral1.ts2 var Person = makeClass( variable
DconstructorAsType.ts1 var Person:new () => {name: string;} = function () {return {name:"joe"};}; variable
DmetadataOfClassFromModule.ts10 export class Person { class
DrequireEmitSemicolon.ts4 export class Person { class
DrecursiveTypes1.ts6 interface Person<U extends Person<U>> extends Entity<U> { interface
/third_party/typescript/tests/cases/conformance/jsdoc/
DcheckExportsObjectAssignPrototypeProperty.ts10 function Person(name) { function
/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/ts_extra_tests/test_ts_cases/spec/expressions/identifiers/
Dname_space.ts29 export interface Person { interface
/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/functions/destructuring_parameter_declarations/
Ddestructuring_parameter_declarations_2.ts26 class Person { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_parameters/type_parameter_lists/
Dtype_parameter_lists_3.ts26 class Person { class
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadContextualTypedBindingPattern.ts2 interface Person { interface
/third_party/typescript/tests/cases/conformance/externalModules/
DtypesOnlyExternalModuleStillHasInstance.ts3 export interface Person { interface
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/asynchronous_functions/
Dasynchronous_functions_1.ts54 class Person { class

123