Home
last modified time | relevance | path

Searched refs:PropertyType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.h82 … JSHandle<JSTaggedValue> propName, PropertyType propType);
246 ACCESSORS(PropertyType, PROTOTYPE_TYPE_OFFSET, SIZE);
Dts_type.cpp78 … JSHandle<JSTaggedValue> propName, PropertyType propType) in GetSuperPropTypeGT()
89 ASSERT(propType != PropertyType::OTHERS); in GetSuperPropTypeGT()
90 bool isStatic = propType == PropertyType::STATIC; in GetSuperPropTypeGT()
Dts_manager.h28 enum class PropertyType : uint8_t { enum
273 PropertyType propType) const;
277 PropertyType propType) const in GetSuperPropType()
285 PropertyType propType) const;
Dts_manager.cpp310 PropertyType propType) const in GetSuperPropType()
323 GlobalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, const uint64_t key, PropertyType pr… in GetSuperPropType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp968 auto propType = isStatic ? PropertyType::STATIC : PropertyType::NORMAL; in GetSuperProp()