Home
last modified time | relevance | path

Searched defs:etsMethodSet (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_method_wrapper.cpp29 std::unique_ptr<EtsMethodWrapper> EtsMethodWrapper::CreateMethod(EtsMethodSet *etsMethodSet, EtsCla… in CreateMethod()
39 EtsMethodWrapper *EtsMethodWrapper::GetMethod(InteropCtx *ctx, EtsMethodSet *etsMethodSet) in GetMethod()
110 auto etsMethodSet = fieldWrapper->GetGetterSetterMethod(argc); in GetterSetterCallHandler() local
Dets_method_wrapper.h104 explicit EtsMethodWrapper(EtsMethodSet *etsMethodSet, EtsClassWrapper *owner) in EtsMethodWrapper()
Dets_class_wrapper.cpp457 auto etsMethodSet = std::make_unique<EtsMethodSet>(EtsMethodSet::Create(method)); in CalculateProperties() local
483 auto etsMethodSet = std::make_unique<EtsMethodSet>(EtsMethodSet::Create(ctor)); in CollectConstructors() local