Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp114 …std::vector<GlobalTSTypeRef> propType { GlobalTSTypeRef::Default(), kungfu::GateType::BooleanType(… in InitRuntimeTypeTable() local
152 const std::vector<GlobalTSTypeRef> &propType) in FillLayoutTypes()
Dts_type.cpp206 … JSHandle<EcmaString> propName, PropertyType propType) in GetSuperPropTypeGT()
Dts_manager.h281 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
418 Type *propType = GetTypeOfVariable(prop); in GetPropertyTypeForIndexType() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp124 checker::Type *propType = checker->GetTypeOfVariable(prop); in Check() local
DunaryExpression.cpp129 checker::Type *propType = argument_->Check(checker); in Check() local
DobjectExpression.cpp661 checker::Type *propType = GetTypeForProperty(prop, checker); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp838 auto propType = isStatic ? PropertyType::STATIC : PropertyType::NORMAL; in GetSuperProp() local