Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.h120 void SetBaseWrapperMethods(napi_env env, const EtsClassWrapper::MethodsVec &methods);
Dets_class_wrapper.cpp414 void EtsClassWrapper::SetBaseWrapperMethods(napi_env env, const EtsClassWrapper::MethodsVec &method… in SetBaseWrapperMethods() function in ark::ets::interop::js::ets_proxy::EtsClassWrapper
748 _this->SetBaseWrapperMethods(env, methods); in Create()