| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_table_generator.cpp | 122 …std::vector<GlobalTSTypeRef> propType { GlobalTSTypeRef::Default(), kungfu::GateType::BooleanType(… in InitRuntimeTypeTable() local 162 const std::vector<GlobalTSTypeRef> &propType) in FillLayoutTypes()
|
| D | ts_type.cpp | 78 … JSHandle<JSTaggedValue> propName, PropertyType propType) in GetSuperPropTypeGT()
|
| D | ts_manager.h | 212 PropertyType propType) const in GetSuperPropType()
|
| /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 416 Type *propType = GetTypeOfVariable(prop); in GetPropertyTypeForIndexType() local
|
| /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 411 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 | 684 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 388 void ETSGen::StoreStaticOwnProperty(const ir::AstNode *node, const checker::Type *propType, in StoreStaticOwnProperty() 395 void ETSGen::StoreStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in StoreStaticProperty() 407 void ETSGen::LoadStaticProperty(const ir::AstNode *const node, const checker::Type *propType, in LoadStaticProperty() 421 void ETSGen::StoreProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg… in StoreProperty() 438 void ETSGen::LoadProperty(const ir::AstNode *const node, const checker::Type *propType, const VReg … in LoadProperty() 466 … [[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()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | TypeScriptLinter.ts | 277 const propType = prop2type.get(propName); constant 622 const propType = (node as ts.PropertyDeclaration).type?.getText(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | TypeScriptLinter.ts | 269 const propType = prop2type.get(propName); constant 736 const propType = (node as ts.PropertyDeclaration).type?.getText(); constant
|
| D | Utils.ts | 1099 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 782 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local 903 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local 1036 checker::Type *propType = expr->argument_->Check(checker); in CheckDeleteKeyword() local
|
| D | ETSAnalyzer.cpp | 1400 auto *propType = checker->GetTypeOfVariable(lv); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/utils/ |
| D | TsUtils.ts | 819 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | object.cpp | 1272 auto *propType = prop->TsType()->AsETSFunctionType(); in ValidateGetterSetter() local
|
| D | helpers.cpp | 268 auto *propType = var->TsType()->AsETSFunctionType(); in GetTypeOfVariable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 1019 auto propType = isStatic ? PropertyType::STATIC : PropertyType::NORMAL; in GetSuperProp() local
|