Home
last modified time | relevance | path

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

/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/typescript/core/
Dobject.cpp59 Type *propType = GetTypeOfVariable(it); in CheckIndexConstraints() local
70 Type *propType = GetTypeOfVariable(it); in CheckIndexConstraints() local
422 Type *propType = GetTypeOfVariable(prop); in GetPropertyTypeForIndexType() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp129 checker::Type *propType = argument_->Check(checker); in Check() local
DmemberExpression.cpp154 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
DobjectExpression.cpp688 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp381 void ETSGen::StoreStaticOwnProperty(const ir::AstNode *node, const checker::Type *propType, in StoreStaticOwnProperty()
388 void ETSGen::StoreStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in StoreStaticProperty()
400 void ETSGen::LoadStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in LoadStaticProperty()
414 void ETSGen::StoreProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg… in StoreProperty()
428 void ETSGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg … in LoadProperty()
443 … [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] VReg objReg, in StoreUnionProperty()
460 … [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] const VReg objReg, in LoadUnionProperty()
477 void ETSGen::StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objR… in StorePropertyDynamic()
525 void ETSGen::LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objRe… in LoadPropertyDynamic()
DETSCompiler.cpp313 if (auto propType = expr->Callee()->AsMemberExpression()->Property()->TsType(); in MaybeCastUnionTypeToFunctionType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp483 classType->UpdateTypeProperties(this, [this](auto *property, auto *propType) { in MakePropertiesReadonly()
567 auto *const propType = prop->TsType(); in MakePropertyNonNullish() local
Dobject.cpp1682 …dateReadonlyProperty(const ir::MemberExpression *const memberExpr, const ETSFunctionType *propType, in ValidateReadonlyProperty()
1712 auto *propType = prop->TsType()->AsETSFunctionType(); in ValidateGetterSetter() local
1733 …SChecker::FindClassProperty(const ETSObjectType *const objectType, const ETSFunctionType *propType) in FindClassProperty()
DtypeCheckingHelpers.cpp363 auto *propType = var->TsType()->AsETSFunctionType(); in GetTypeOfSetterGetter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp238 checker::Type *propType = checker->GlobalVoidType(); in ConstructUpdateResult() 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.cpp1361 auto *propType = checker->GetTypeOfVariable(lv); in CheckObjectExprProps() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts346 const propType = prop2type.get(propName); constant
739 const propType = node.type?.getText(); constant
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts945 const propType = this.typeChecker.getTypeAtLocation(prop); constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp912 auto *const propType = prop->Declaration()->Node()->Check(checker); in UpdateTypeProperty() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts968 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant