Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.h130 bool IsGetterGT(size_t parameterLength, bool isSetter) const in IsGetterGT()
135 bool IsSetterGT(size_t parameterLength, bool isSetter) const in IsSetterGT()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp44 bool isSetter) in GetLookUpCall()
53 bool isSetter) in ResolveLookUpCall()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp33 bool isSetter) in GenerateGetterOrSetter()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp283 …bool const isSetter = Parent()->IsAssignmentExpression() && Parent()->AsAssignmentExpression()->Le… in CheckIndexAccessMethod() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h169 bool isSetter; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h261 [[maybe_unused]] bool isSetter) in ResolveLookUpCall()