Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts143 const declarationName = declaration.name.getText(); constant
144 if (!mCurrentExportNameSet.has(declarationName)) {
145 mCurrentExportNameSet.add(declarationName);
146 mCurrentExportedPropertySet.add(declarationName);