Home
last modified time | relevance | path

Searched refs:HasTSHClass (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_class_analysis.cpp44 if (!tsManager_->HasTSHClass(classType)) { in CheckInitInfoOnInheritanceChain()
Dts_hclass_generator.cpp33 if (tsManager_->HasTSHClass(classType)) { in GenerateTSHClasses()
106 if (!tsManager_->HasTSHClass(extendedClassType)) { in RecursiveGenerate()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h356 bool HasTSHClass(const JSHandle<TSClassType> &classType) const;
358 bool HasTSHClass(const TSClassType *classType) const;
Dts_manager.cpp796 bool TSManager::HasTSHClass(const JSHandle<TSClassType> &classType) const in HasTSHClass() function in panda::ecmascript::TSManager
802 bool TSManager::HasTSHClass(const TSClassType *classType) const in HasTSHClass() function in panda::ecmascript::TSManager