Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp233 bool isSign = tsManager->IsMethodSignature(value); in CreatePHClass()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h299 bool IsMethodSignature(GlobalTSTypeRef gt) const;
Dts_manager.cpp623 bool TSManager::IsMethodSignature(GlobalTSTypeRef gt) const in IsMethodSignature() function in panda::ecmascript::TSManager