Home
last modified time | relevance | path

Searched defs:GetPropType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1179 GlobalTSTypeRef MethodTypeInfer::GetPropType(const GateType type, const JSTaggedValue propertyName)… in GetPropType() function in panda::ecmascript::kungfu::MethodTypeInfer
1189 GlobalTSTypeRef MethodTypeInfer::GetPropType(const GateType type, const uint64_t key) const in GetPropType() function in panda::ecmascript::kungfu::MethodTypeInfer
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h220 …inline GlobalTSTypeRef PUBLIC_API GetPropType(GlobalTSTypeRef gt, JSTaggedValue propertyName) const in GetPropType() function
Dts_manager.cpp230 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyName) co… in GetPropType() function in panda::ecmascript::TSManager
335 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, const uint64_t key) const in GetPropType() function in panda::ecmascript::TSManager