| /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/typescript/core/ |
| D | object.cpp | 59 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/ |
| D | unaryExpression.cpp | 129 checker::Type *propType = argument_->Check(checker); in Check() local
|
| D | memberExpression.cpp | 154 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
|
| D | objectExpression.cpp | 688 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 381 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()
|
| D | ETSCompiler.cpp | 313 if (auto propType = expr->Callee()->AsMemberExpression()->Property()->TsType(); in MaybeCastUnionTypeToFunctionType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | utilityTypeHandlers.cpp | 483 classType->UpdateTypeProperties(this, [this](auto *property, auto *propType) { in MakePropertiesReadonly() 567 auto *const propType = prop->TsType(); in MakePropertyNonNullish() local
|
| D | object.cpp | 1682 …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()
|
| D | typeCheckingHelpers.cpp | 363 auto *propType = var->TsType()->AsETSFunctionType(); in GetTypeOfSetterGetter() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 238 checker::Type *propType = checker->GlobalVoidType(); in ConstructUpdateResult() 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 | 1361 auto *propType = checker->GetTypeOfVariable(lv); in CheckObjectExprProps() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | TypeScriptLinter.ts | 346 const propType = prop2type.get(propName); constant 739 const propType = node.type?.getText(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/ |
| D | Autofixer.ts | 945 const propType = this.typeChecker.getTypeAtLocation(prop); constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 912 auto *const propType = prop->Declaration()->Node()->Check(checker); in UpdateTypeProperty() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/ |
| D | TsUtils.ts | 968 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant
|