Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts130 const declarationName = declaration.name.getText(); constant
131 if (!mCurrentExportNameSet.has(declarationName)) {
132 mCurrentExportNameSet.add(declarationName);
133 mPropertySet.add(declarationName);