Home
last modified time | relevance | path

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

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