Home
last modified time | relevance | path

Searched defs:declarationType (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts1345 …const declarationType = variableDeclaration.type ? this.resolveTypeNode(variableDeclaration.type) … constant
1517 const declarationType = UnknownType.getInstance(); constant