| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 46 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/ |
| D | object.cpp | 57 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/ |
| D | unaryExpression.cpp | 128 checker::Type *propType = argument_->Check(checker); in Check() local
|
| D | memberExpression.cpp | 153 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
|
| D | objectExpression.cpp | 675 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 384 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()
|
| D | ETSCompiler.cpp | 317 if (auto propType = expr->Callee()->AsMemberExpression()->Property()->TsType(); in MaybeCastUnionTypeToFunctionType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 245 checker::Type *propType = nullptr; member
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | utilityTypeHandlers.cpp | 937 classType->UpdateTypeProperties(this, [this](auto *property, auto *propType) { in MakePropertiesReadonly() 1015 auto *const propType = prop->TsType(); in MakePropertyNonNullish() local
|
| D | object.cpp | 1713 …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()
|
| D | typeCheckingHelpers.cpp | 411 auto *propType = var->TsType()->AsETSFunctionType(); in GetTypeOfSetterGetter() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 659 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
|
| D | ETSAnalyzer.cpp | 1707 auto *propType = checker->GetTypeOfVariable(lv); in CheckObjectExprProps() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 320 const propType = prop2type.get(propName); constant 733 const propType = node.type?.getText(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 1700 const propType = this.typeChecker.getTypeAtLocation(prop); constant
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 944 auto propType = prop->TypeAnnotation()->Type(); in CreateAnnotationProp() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 978 auto *const propType = prop->Declaration()->Node()->Check(checker); in UpdateTypeProperty() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 1074 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant
|