Home
last modified time | relevance | path

Searched defs:isSetter (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp72 …_lib::Context *ctx, varbinder::ETSBinder *varbinder, ir::ClassProperty *const field, bool isSetter, in GenerateGetterOrSetterSignature()
107 bool isSetter) in GenerateGetterOrSetter()
DinterfaceObjectLiteralLowering.cpp94 … ir::MethodDefinition *ifaceMethod, bool isSetter, in CreateAnonClassFieldGetterSetter()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp51 bool isSetter) in GetLookUpCall()
71 bool isSetter) in ResolveLookUpCall()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp391 …Type *MemberExpression::ResolveReturnTypeFromSignature(checker::ETSChecker *checker, bool isSetter, in ResolveReturnTypeFromSignature()
437 …bool const isSetter = Parent()->IsAssignmentExpression() && Parent()->AsAssignmentExpression()->Le… in CheckIndexAccessMethod() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2714 bool isSetter) in GenerateGetterSetterBody()
2803 … *const property, ir::ClassProperty *const field, varbinder::ClassScope *classScope, bool isSetter, in GenGetterSetterScriptFunc()
2844 … varbinder::ClassScope *classScope, bool isSetter, in GenerateDefaultGetterSetter()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h178 bool isSetter; variable
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp666 …const bool isSetter = methodDef != nullptr ? methodDef->Kind() == ir::MethodDefinitionKind::SET : … in GenFunctionType() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h262 [[maybe_unused]] bool isSetter) in ResolveLookUpCall()