Home
last modified time | relevance | path

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

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