Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dgenerate_constructor.cpp102 auto propertyType = GetNameForTypeReference(typeAnnotation); in GetParameterListAndFunctionBody() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp128 checker::Type *propertyType = in Check() local
2008 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() local
2149 auto *propertyType = checker->GetTypeOfVariable(property); in AreAllRequiredInterfacePropertiesSatisfied() local
2900 if (checker::Type *propertyType = property->Check(checker); !propertyType->IsTypeError()) { in Check() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts700 const propertyType = this.parseArkExport2Type(property); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1462 …const propertyType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propertySymbol, propertySymbol.d… constant