Home
last modified time | relevance | path

Searched defs:propType (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp122 …std::vector<GlobalTSTypeRef> propType { GlobalTSTypeRef::Default(), kungfu::GateType::BooleanType(… in InitRuntimeTypeTable() local
162 const std::vector<GlobalTSTypeRef> &propType) in FillLayoutTypes()
Dts_type.cpp78 … JSHandle<JSTaggedValue> propName, PropertyType propType) in GetSuperPropTypeGT()
Dts_manager.h212 PropertyType propType) const in GetSuperPropType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp59 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/
Dobject.cpp57 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/
DunaryExpression.cpp129 checker::Type *propType = argument_->Check(checker); in Check() local
DmemberExpression.cpp154 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
DobjectExpression.cpp684 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp388 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/
DTypeScriptLinter.ts277 const propType = prop2type.get(propName); constant
622 const propType = (node as ts.PropertyDeclaration).type?.getText(); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts269 const propType = prop2type.get(propName); constant
736 const propType = (node as ts.PropertyDeclaration).type?.getText(); constant
DUtils.ts1099 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp782 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
DETSAnalyzer.cpp1400 auto *propType = checker->GetTypeOfVariable(lv); in Check() local
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts819 const propType = this.tsTypeChecker.getTypeOfSymbolAtLocation(propSym, propSym.declarations[0]); constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1272 auto *propType = prop->TsType()->AsETSFunctionType(); in ValidateGetterSetter() local
Dhelpers.cpp268 auto *propType = var->TsType()->AsETSFunctionType(); in GetTypeOfVariable() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1019 auto propType = isStatic ? PropertyType::STATIC : PropertyType::NORMAL; in GetSuperProp() local