Searched defs:propertyType (Results 1 – 4 of 4) sorted by relevance
102 auto propertyType = GetNameForTypeReference(typeAnnotation); in GetParameterListAndFunctionBody() local
128 checker::Type *propertyType = in Check() local2008 static bool IsPropertyTypeOptional(checker::Type *propertyType) in IsPropertyTypeOptional()2036 static bool IsPropertyOptional(varbinder::LocalVariable *property, checker::Type *propertyType) in IsPropertyOptional()2061 static bool IsMethodOnlyAccessors(checker::Type *propertyType) in IsMethodOnlyAccessors()2104 auto *propertyType = checker->GetTypeOfVariable(property); in IsInterfacePropertyCompatible() local2149 auto *propertyType = checker->GetTypeOfVariable(property); in AreAllRequiredInterfacePropertiesSatisfied() local2900 if (checker::Type *propertyType = property->Check(checker); !propertyType->IsTypeError()) { in Check() local
700 const propertyType = this.parseArkExport2Type(property); constant
1462 …const propertyType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propertySymbol, propertySymbol.d… constant