Home
last modified time | relevance | path

Searched refs:OtherPerson (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js351 class OtherPerson {
936 var OtherPerson = /** @class */ (function () { class
937 function OtherPerson(parts) { class in OtherPerson
940 OtherPerson.prototype.getParts = function () {
943 return OtherPerson;
1248 declare class OtherPerson {
DkeyofAndIndexedAccess.symbols1327 class OtherPerson {
1328 >OtherPerson : Symbol(OtherPerson, Decl(keyofAndIndexedAccess.ts, 347, 1))
1331 >parts : Symbol(OtherPerson.parts, Decl(keyofAndIndexedAccess.ts, 349, 19))
1338 >this : Symbol(OtherPerson, Decl(keyofAndIndexedAccess.ts, 347, 1))
1342 >getParts : Symbol(OtherPerson.getParts, Decl(keyofAndIndexedAccess.ts, 353, 5))
1346 >this : Symbol(OtherPerson, Decl(keyofAndIndexedAccess.ts, 347, 1))
DkeyofAndIndexedAccess.types1374 class OtherPerson {
1375 >OtherPerson : OtherPerson
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts353 class OtherPerson { class