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.cpp36 return ets_proxy::EtsClassWrapper::CreateJSRefConvertJSProxy(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> CreateJSRefConvertJSProxy(InteropCtx *ctx, Class *klass);
Dets_class_wrapper.cpp188 std::unique_ptr<JSRefConvert> EtsClassWrapper::CreateJSRefConvertJSProxy([[maybe_unused]] InteropCt… in CreateJSRefConvertJSProxy() function in panda::ets::interop::js::ets_proxy::EtsClassWrapper