Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DArkNamespaceBuilder.ts165 const nestedCurrNamespaces = currNamespace.getNamespaces(); constant
166 …const nestedMergedNameSpaces = mergeNameSpaces([...nestedPrevNamespaces, ...nestedCurrNamespaces]);