Home
last modified time | relevance | path

Searched refs:HasInstancePrivateMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h208 bool HasInstancePrivateMethod() const in HasInstancePrivateMethod() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp182 if (!isStatic && classDef->HasInstancePrivateMethod()) { in CompileClassInitializer()