Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp46 Type *propType = GetTypeOfVariable(it); in CheckIndexConstraints() local
57 Type *propType = GetTypeOfVariable(it); in CheckIndexConstraints() local
409 Type *propType = GetTypeOfVariable(prop); in GetPropertyTypeForIndexType() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dobject.cpp57 Type *propType = GetTypeOfVariable(it); in CheckIndexConstraints() local
68 Type *propType = GetTypeOfVariable(it); in CheckIndexConstraints() local
409 Type *propType = GetTypeOfVariable(prop); in GetPropertyTypeForIndexType() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp128 checker::Type *propType = argument_->Check(checker); in Check() local
DmemberExpression.cpp153 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
DobjectExpression.cpp675 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp384 void ETSGen::StoreStaticOwnProperty(const ir::AstNode *node, const checker::Type *propType, in StoreStaticOwnProperty()
391 void ETSGen::StoreStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in StoreStaticProperty()
403 void ETSGen::LoadStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in LoadStaticProperty()
417 void ETSGen::StoreProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg… in StoreProperty()
432 void ETSGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg … in LoadProperty()
447 … [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] VReg objReg, in StoreUnionProperty()
464 … [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] const VReg objReg, in LoadUnionProperty()
481 void ETSGen::StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objR… in StorePropertyDynamic()
529 void ETSGen::LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objRe… in LoadPropertyDynamic()
DETSCompiler.cpp317 if (auto propType = expr->Callee()->AsMemberExpression()->Property()->TsType(); in MaybeCastUnionTypeToFunctionType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp245 checker::Type *propType = nullptr; member
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp937 classType->UpdateTypeProperties(this, [this](auto *property, auto *propType) { in MakePropertiesReadonly()
1015 auto *const propType = prop->TsType(); in MakePropertyNonNullish() local
Dobject.cpp1713 …dateReadonlyProperty(const ir::MemberExpression *const memberExpr, const ETSFunctionType *propType, in ValidateReadonlyProperty()
1743 auto *propType = prop->TsType()->AsETSFunctionType(); in ValidateGetterSetter() local
1764 …SChecker::FindClassProperty(const ETSObjectType *const objectType, const ETSFunctionType *propType) in FindClassProperty()
DtypeCheckingHelpers.cpp411 auto *propType = var->TsType()->AsETSFunctionType(); in GetTypeOfSetterGetter() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp659 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
784 checker::Type *propType = GetTypeForProperty(prop, checker); in CheckNonComputed() local
939 checker::Type *propType = expr->argument_->Check(checker); in CheckDeleteKeyword() local
DETSAnalyzer.cpp1707 auto *propType = checker->GetTypeOfVariable(lv); in CheckObjectExprProps() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts320 const propType = prop2type.get(propName); constant
733 const propType = node.type?.getText(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1700 const propType = this.typeChecker.getTypeAtLocation(prop); constant
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp944 auto propType = prop->TypeAnnotation()->Type(); in CreateAnnotationProp() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp978 auto *const propType = prop->Declaration()->Node()->Check(checker); in UpdateTypeProperty() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1074 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant