Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1682 const interfaceProp = this.getInterfacePropertyFromObjectLiteralElement(prop, enclosingStmt); constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2409 ir::ClassProperty *GetImplementationClassProp(ETSChecker *checker, ir::ClassProperty *interfaceProp, in GetImplementationClassProp()
2462 auto *interfaceProp = originalProp->Clone(Allocator(), originalProp->Parent()); in GenerateGetterSetterPropertyAndMethod() local