Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts62 hasDeclare: boolean property
80 return {hasExport: false, hasDeclare: false};
84 let hasDeclare: boolean = false;
92 hasDeclare = true;
96 return {hasExport: hasExport, hasDeclare: hasDeclare};
113 let {hasExport, hasDeclare} = getKeyword(astNode.modifiers); variable
128 if (hasDeclare && astNode.declarationList) {
145 let {hasDeclare} = getKeyword(astNode.modifiers); variable
146 if (hasDeclare && astNode.declarationList &&