Home
last modified time | relevance | path

Searched refs:etsMethodWrapper (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp45 EtsMethodWrapper *etsMethodWrapper = EtsMethodWrapper::GetFunction(ctx, etsMethod); in GetETSFunction() local
46 if (UNLIKELY(etsMethodWrapper == nullptr)) { in GetETSFunction()
51 return etsMethodWrapper->GetJsValue(env); in GetETSFunction()
Dets_method_wrapper.cpp62 …std::unique_ptr<EtsMethodWrapper> etsMethodWrapper = EtsMethodWrapper::CreateMethod(etsMethod, own… in GetMethod() local
63 return cache->Insert(etsMethod, std::move(etsMethodWrapper)); in GetMethod()