| /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 66 Type *propType = GetTypeOfVariable(it); in CheckIndexConstraints() local 410 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 | 380 void ETSGen::StoreStaticOwnProperty(const ir::AstNode *node, const checker::Type *propType, in StoreStaticOwnProperty() 387 void ETSGen::StoreStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in StoreStaticProperty() 399 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() 430 void ETSGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg … in LoadProperty() 483 void ETSGen::StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objR… in StorePropertyDynamic() 532 void ETSGen::LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objRe… in LoadPropertyDynamic()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | utilityTypeHandlers.cpp | 1022 classType->UpdateTypeProperties(this, [this](auto *property, auto *propType) { in MakePropertiesReadonly() 1102 auto *const propType = prop->TsType(); in MakePropertyNonNullish() local
|
| D | object.cpp | 2057 …dateReadonlyProperty(const ir::MemberExpression *const memberExpr, const ETSFunctionType *propType, in ValidateReadonlyProperty() 2085 … ETSFunctionType *propType, ETSFunctionType *funcType, in ResolveAccessorTypeByFlag() 2139 auto *propType = oAcc != nullptr ? oAcc->TsType()->AsETSFunctionType() : nullptr; in ValidateAccessor() local 2156 …SChecker::FindClassProperty(const ETSObjectType *const objectType, const ETSFunctionType *propType) in FindClassProperty()
|
| D | typeCheckingHelpers.cpp | 441 auto *propType = var->TsType()->AsETSFunctionType(); in GetTypeOfSetterGetter() local
|
| D | helpers.cpp | 922 auto *propType = prop->TsType()->AsETSFunctionType(); in ResolveGetter() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | memberExpression.cpp | 329 auto *propType = property_->TsType(); in GetTupleIndexValue() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | opAssignment.cpp | 331 checker::Type *propType = nullptr; member
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 662 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local 787 checker::Type *propType = GetTypeForProperty(prop, checker); in CheckNonComputed() local 949 checker::Type *propType = expr->argument_->Check(checker); in CheckDeleteKeyword() local
|
| D | ETSAnalyzer.cpp | 2393 auto *propType = checker->GetTypeOfVariable(lv); in CheckObjectExprProps() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 1973 const propType = this.typeChecker.getTypeAtLocation(prop); constant 2179 const propType = this.typeChecker.getTypeAtLocation(prop); constant 2497 const propType = this.typeChecker.getTypeAtLocation(node); constant 3489 const propType = this.typeChecker.getTypeAtLocation(node); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 491 const propType = prop2type.get(propName); constant 1508 const propType = node.type?.getText(); constant 2639 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation( constant 9343 …const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(property, property.valueDeclaration); constant 9915 const propType = propsMap.get(propName); constant 9939 const propType = this.tsTypeChecker.getTypeAtLocation(member); constant
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 958 auto propType = prop->TypeAnnotation()->Type(); in CreateAnnotationProp() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 1053 auto const propType = prop->Declaration()->Node()->Check(checker); in UpdateTypeProperty() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 1248 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant
|