Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
Dnapi_impl.cpp58 napi_get_value_string_utf16([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value value, in napi_get_value_string_utf16() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h175 NAPI_CHECK_FATAL(napi_get_value_string_utf16(env, jsVal, nullptr, 0, &len)); in JSCONVERT_UNWRAP()
181 NAPI_CHECK_FATAL(napi_get_value_string_utf16(env, jsVal, &cval, 1, &len)); in JSCONVERT_UNWRAP()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/detail/
Denumerate_napi.h83 …FN_MACRO(napi_get_value_string_utf16, napi_env, env, napi_value, value, char16_t *, buf, size_t, b…