Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.cpp57 return ets_proxy::EtsClassWrapper::CreateJSRefConvertEtsProxy(ctx, klass); in JSRefConvertCreateImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.h59 static std::unique_ptr<JSRefConvert> CreateJSRefConvertEtsProxy(InteropCtx *ctx, Class *klass);
Dets_class_wrapper.cpp157 std::unique_ptr<JSRefConvert> EtsClassWrapper::CreateJSRefConvertEtsProxy(InteropCtx *ctx, Class *k… in CreateJSRefConvertEtsProxy() function in ark::ets::interop::js::ets_proxy::EtsClassWrapper