Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
DclassFields.ts1273 …const isClassWithConstructorReference = resolver.getNodeCheckFlags(node) & NodeCheckFlags.ClassWit… constant
1277 …const isClassWithConstructorReference = classCheckFlags & NodeCheckFlags.ClassWithConstructorRefer… constant