Home
last modified time | relevance | path

Searched refs:IsGetter (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsFunctionType.h55 if (signature->Function()->IsGetter()) { in AddCallSignature()
87 if (sig->Function()->IsGetter()) { in FindGetter()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h205 bool IsGetter() in IsGetter() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.h167 [[nodiscard]] bool IsGetter() const noexcept in IsGetter() function
/arkcompiler/ets_runtime/ecmascript/
Djs_function.h166 inline bool IsGetter() const in IsGetter() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp400 attr |= (method->IsGetter()) ? static_cast<uint32_t>(EtsTypeAPIAttributes::GETTER) : 0U; in CreateMethod()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp997 } else if (func->IsGetter()) { in BuildFunctionSignature()
1209 (itSubst->Function()->IsGetter() && !signature->Function()->IsGetter())) { in CheckOverride()
Dobject.cpp1475 if (!sig->Function()->IsGetter() && !sig->Function()->IsSetter()) { in CheckGetterSetterProperties()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp854 if (func->IsGetter()) { in BuildFunctionName()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp239 …if (scriptFunc->IsGetter() && (scriptFunc->Signature()->ReturnType() == checker->GlobalBuiltinVoid… in CheckGetterSetterTypeConstrains()
288 if (node->IsNative() && (scriptFunc->IsGetter() || scriptFunc->IsSetter())) { in Check()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp1059 if (JSHandle<JSFunction>(value)->IsGetter()) { in UpdateValueToAccessor()