Home
last modified time | relevance | path

Searched defs:propType (Results 1 – 19 of 19) 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
66 Type *propType = GetTypeOfVariable(it); in CheckIndexConstraints() local
410 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.cpp380 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/
DutilityTypeHandlers.cpp1022 classType->UpdateTypeProperties(this, [this](auto *property, auto *propType) { in MakePropertiesReadonly()
1102 auto *const propType = prop->TsType(); in MakePropertyNonNullish() local
Dobject.cpp2057 …dateReadonlyProperty(const ir::MemberExpression *const memberExpr, const ETSFunctionType *propType, in ValidateReadonlyProperty()
2085ETSFunctionType *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()
DtypeCheckingHelpers.cpp441 auto *propType = var->TsType()->AsETSFunctionType(); in GetTypeOfSetterGetter() local
Dhelpers.cpp922 auto *propType = prop->TsType()->AsETSFunctionType(); in ResolveGetter() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp329 auto *propType = property_->TsType(); in GetTupleIndexValue() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp331 checker::Type *propType = nullptr; member
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp662 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
DETSAnalyzer.cpp2393 auto *propType = checker->GetTypeOfVariable(lv); in CheckObjectExprProps() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1973 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/
DTypeScriptLinter.ts491 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/
Demitter.cpp958 auto propType = prop->TypeAnnotation()->Type(); in CreateAnnotationProp() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp1053 auto const propType = prop->Declaration()->Node()->Check(checker); in UpdateTypeProperty() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1248 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant