| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/arkir/ |
| D | ArkIRFilePrinter.ts | 28 arkFile: ArkFile; property in ArkIRFilePrinter
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/ |
| D | SourceFilePrinter.ts | 50 arkFile: ArkFile; property in SourceFilePrinter
|
| D | SourceBase.ts | 27 protected arkFile: ArkFile; property in SourceBase
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | ObservedDecoratorCheck.ts | 305 const arkFile = cls.getDeclaringArkFile(); constant 319 const arkFile = field.getDeclaringArkClass().getDeclaringArkFile(); constant 357 const arkFile = targetClass.getDeclaringArkFile(); constant
|
| D | CustomBuilderCheck.ts | 166 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant 187 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
|
| D | AppStorageGetCheck.ts | 142 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
|
| D | Utils.ts | 147 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
|
| D | ModifyStateVarCheck.ts | 174 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
|
| D | ThisBindCheck.ts | 363 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
|
| D | ObjectLiteralCheck.ts | 383 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
|
| D | InteropDeprecatedBuiltInAPICheck.ts | 976 const arkFile = stmt.getCfg().getDeclaringMethod().getDeclaringArkFile(); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/ |
| D | Scene.ts | 359 … const arkFile: ArkFile = new ArkFile(FileUtils.getFileLanguage(file, this.fileLanguages)); constant 390 const arkFile = new ArkFile(FileUtils.getFileLanguage(projectFile, this.fileLanguages)); constant 609 … const arkFile: ArkFile = new ArkFile(FileUtils.getFileLanguage(file, this.fileLanguages)); constant 852 const arkFile = this.getFile(signature.getDeclaringFileSignature()); constant 890 const arkFile = this.getFile(classSignature.getDeclaringFileSignature()); constant 1086 for (let arkFile of this.getFiles()) { variable 1485 …const arkFile: ArkFile = new ArkFile(FileUtils.getFileLanguage(file, this.projectScene.getFileLang… constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/ |
| D | File2Check.ts | 31 public arkFile: ArkFile; property in File2Check
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/ |
| D | DotPrinter.ts | 175 arkFile: ArkFile; property in DotFilePrinter
|
| D | JsonPrinter.ts | 89 constructor(private arkFile: ArkFile) { property in JsonPrinter
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | ModelUtils.ts | 546 const arkFile = getArkFileFromOtherModule(im); constant 559 const arkFile = getArkFileFormMap(sdk.name, processSdkPath(sdk, from), scene); constant 683 const arkFile = scene.getFile(new FileSignature(projectName, filePath + suffix)); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/ |
| D | FileRuleMapping.ts | 42 const arkFile = CheckerUtils.getArkFileByFilePath(checkEntry.scene, filePath); constant
|
| D | CheckEntry.ts | 164 const arkFile = CheckerUtils.getArkFileByFilePath(this.scene, fileIssue.filePath); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/ |
| D | BuildModuleChains.ts | 65 for (const arkFile of arkFiles) { constant 377 const arkFile = arkMethod.getDeclaringArkFile(); constant
|