Home
last modified time | relevance | path

Searched refs:GetInstanceTSHClass (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp50 JSHClass *eIhc = JSHClass::Cast(tsManager->GetInstanceTSHClass(eClassType).GetTaggedObject()); in CheckSubtyping()
134 JSTaggedValue eIhc = tsManager->GetInstanceTSHClass(eClassType); in FillTSInheritInfo()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h354 JSTaggedValue GetInstanceTSHClass(const JSHandle<TSClassType> &classType) const;
Dts_manager.cpp789 JSTaggedValue TSManager::GetInstanceTSHClass(const JSHandle<TSClassType> &classType) const in GetInstanceTSHClass() function in panda::ecmascript::TSManager