Home
last modified time | relevance | path

Searched defs:secondAccessor (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Dutilities.ts469 …const { firstAccessor, secondAccessor, getAccessor, setAccessor } = getAllAccessorDeclarations(par… constant
/third_party/typescript/src/compiler/
Dchecker.ts44699 …const secondAccessor = otherAccessor && (otherAccessor.pos < accessor.pos) ? accessor : otherAcces… constant