Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
DclassFields.ts687 const superProperty = factory.createReflectGetCall( constant
712 const superProperty = factory.createReflectGetCall( constant
/third_party/typescript/src/compiler/
Dchecker.ts30030 const superProperty = getPropertyOfType(classType, prop.escapedName); constant