Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/base/
DImportPrinter.ts90 for (const [_, importInfos] of mergeImports) { constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDeprecatedBuiltInAPICheck.ts438 … const importInfos = targetMethod.getDeclaringArkClass().getDeclaringArkFile().getImportInfos(); constant
783 … const importInfos = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile().getImportInfos(); constant
939 … const importInfos = callsite.getCfg().getDeclaringMethod().getDeclaringArkFile().getImportInfos(); constant
DNoTSLikeAsCheck.ts507 … const importInfos = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile().getImportInfos(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/
DScene.ts400 const importInfos = arkFile.getImportInfos(); constant