Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.h119 inline GlobalTSTypeRef GetPropType(const GateType &type, const JSTaggedValue propertyName) const in GetPropType() function
124 inline GlobalTSTypeRef GetPropType(const GateType &type, const uint64_t key) const in GetPropType() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h221 …inline GlobalTSTypeRef PUBLIC_API GetPropType(kungfu::GateType gateType, JSTaggedValue propertyNam… in GetPropType() function
226 …inline GlobalTSTypeRef PUBLIC_API GetPropType(kungfu::GateType gateType, JSHandle<EcmaString> prop… in GetPropType() function
235 … inline GlobalTSTypeRef PUBLIC_API GetPropType(kungfu::GateType gateType, const uint64_t key) const in GetPropType() function
Dts_manager.cpp191 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, JSHandle<EcmaString> propertyName) const in GetPropType() function in panda::ecmascript::TSManager
255 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, const uint64_t key) const in GetPropType() function in panda::ecmascript::TSManager