Home
last modified time | relevance | path

Searched refs:CreateJSRefConvertEtsInterface (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.cpp72 return ets_proxy::EtsClassWrapper::CreateJSRefConvertEtsInterface(ctx, klass); in JSRefConvertCreateImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.h63 …static std::unique_ptr<JSRefConvert> CreateJSRefConvertEtsInterface(InteropCtx *ctx, Class *klass);
Dets_class_wrapper.cpp349 std::unique_ptr<JSRefConvert> EtsClassWrapper::CreateJSRefConvertEtsInterface([[maybe_unused]] Inte… in CreateJSRefConvertEtsInterface() function in ark::ets::interop::js::ets_proxy::EtsClassWrapper