Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp231 bool isAbs = tsManager->IsAbstractMethod(value); in CreatePHClass()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h297 bool IsAbstractMethod(GlobalTSTypeRef gt) const;
Dts_manager.cpp612 bool TSManager::IsAbstractMethod(GlobalTSTypeRef gt) const in IsAbstractMethod() function in panda::ecmascript::TSManager