Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkSignature.ts218 private declaringSignature: BaseSignature; property in FieldSignature
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts388 const declaringSignature = leftOp.getFieldSignature().getDeclaringSignature(); constant