| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | unaryExpression.cpp | 129 checker::Type *propType = argument_->Check(checker); in Check() local
|
| H A D | memberExpression.cpp | 154 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
|
| H A D | objectExpression.cpp | 681 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A 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/ets2panda/checker/ts/ |
| H A 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/ets2panda/compiler/lowering/ets/ |
| H A D | opAssignment.cpp | 247 checker::Type *propType = checker->GlobalVoidType(); in ConstructUpdateResult() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | utilityTypeHandlers.cpp | 570 auto *const propType = prop->TsType(); in MakePropertyNonNullish() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsObjectType.cpp | 928 auto *const propType = prop->Declaration()->Node()->Check(checker); in UpdateTypeProperty() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A 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 [all...] |
| H A D | ETSAnalyzer.cpp | 1546 auto *propType = checker->GetTypeOfVariable(lv); in CheckObjectExprProps() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A D | emitter.cpp | 877 auto propType = prop->TypeAnnotation()->Type(); in CreateAnnotationProp() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.cpp | 384 void ETSGen::StoreStaticOwnProperty(const ir::AstNode *node, const checker::Type *propType, in StoreStaticOwnProperty() argument 391 void ETSGen::StoreStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in StoreStaticProperty() argument 403 void ETSGen::LoadStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in LoadStaticProperty() argument 417 void ETSGen::StoreProperty(const ir::AstNode *const node, const checker::Type *propType, cons argument 431 LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg objReg, const util::StringView &fullName) LoadProperty() argument 445 StoreUnionProperty([[maybe_unused]] const ir::AstNode *node, [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] VReg objReg, [[maybe_unused]] const util::StringView &propName) StoreUnionProperty() argument 462 LoadUnionProperty([[maybe_unused]] const ir::AstNode *const node, [[maybe_unused]] const checker::Type *propType, [[maybe_unused]] const VReg objReg, [[maybe_unused]] const util::StringView &propName) LoadUnionProperty() argument 480 StorePropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, const util::StringView &propName) StorePropertyDynamic() argument 528 LoadPropertyDynamic(const ir::AstNode *node, const checker::Type *propType, VReg objReg, const util::StringView &propName) LoadPropertyDynamic() argument [all...] |