Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h151 …inline GlobalTSTypeRef PUBLIC_API GetPropType(GlobalTSTypeRef gt, JSTaggedValue propertyName) const in GetPropType() function
Dts_manager.cpp152 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyName) co… in GetPropType() function in panda::ecmascript::TSManager
275 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, const uint64_t key) const in GetPropType() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1235 GlobalTSTypeRef MethodTypeInfer::GetPropType(const GateType type, const JSTaggedValue propertyName)… in GetPropType() function in panda::ecmascript::kungfu::MethodTypeInfer
1245 GlobalTSTypeRef MethodTypeInfer::GetPropType(const GateType type, const uint64_t key) const in GetPropType() function in panda::ecmascript::kungfu::MethodTypeInfer