Home
last modified time | relevance | path

Searched defs:propType (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp129 checker::Type *propType = argument_->Check(checker); in Check() local
H A DmemberExpression.cpp154 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
H A DobjectExpression.cpp681 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dobject.cpp59 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 Dobject.cpp57 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 DopAssignment.cpp247 checker::Type *propType = checker->GlobalVoidType(); in ConstructUpdateResult() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DutilityTypeHandlers.cpp570 auto *const propType = prop->TsType(); in MakePropertyNonNullish() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp928 auto *const propType = prop->Declaration()->Node()->Check(checker); in UpdateTypeProperty() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp659 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 DETSAnalyzer.cpp1546 auto *propType = checker->GetTypeOfVariable(lv); in CheckObjectExprProps() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp877 auto propType = prop->TypeAnnotation()->Type(); in CreateAnnotationProp() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp384 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...]

Completed in 20 milliseconds