Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDeprecatedBuiltInAPICheck.ts439 const importValue = this.isLocalFromImport(targetLocal, importInfos); constant
784 const importValue = this.isLocalFromImport(gv, importInfos); constant
940 const importValue = this.isLocalFromImport(target, importInfos); constant
DNoTSLikeAsCheck.ts420 const importValue = this.checkIfCastOpIsFromImport(currentStmt); constant