Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
Dnapi_impl.cpp46 napi_create_xref([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value value, in napi_create_xref() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h39 napi_create_xref(napi_env env, napi_value value, uint32_t initial_refcount, napi_ref *result);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference_storage.cpp313 NAPI_CHECK_FATAL(napi_create_xref(ctx->GetJSEnv(), jsObject, 1, &jsRef)); in CreateJSObjectRef()