Searched defs:GetPropType (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ | ||
D | method_type_infer.cpp | 1179 GlobalTSTypeRef MethodTypeInfer::GetPropType(const GateType type, const JSTaggedValue propertyName)… in GetPropType() function in panda::ecmascript::kungfu::MethodTypeInfer |
/arkcompiler/ets_runtime/ecmascript/ts_types/ | ||
D | ts_manager.h | 220 …inline GlobalTSTypeRef PUBLIC_API GetPropType(GlobalTSTypeRef gt, JSTaggedValue propertyName) const in GetPropType() function |
D | ts_manager.cpp | 230 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyName) co… in GetPropType() function in panda::ecmascript::TSManager |