Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/matcherAdapter/
DmatchFields.ts40 for (const arkField of arkClass.getFields()) { constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DArkClassBuilder.ts326 const arkField = buildProperty2ArkField(property, sourceFile, cls); constant
384 const arkField = buildProperty2ArkField(member, sourceFile, cls); constant
398 const arkField = buildProperty2ArkField(member, sourceFile, cls); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DThisBindCheck.ts268 const arkField = targetClass.getFieldWithName(fieldName); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DBuildModuleChains.ts444 for (const arkField of arkFields) { constant