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/ |
| D | napi_impl.cpp | 58 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/ |
| D | js_convert.h | 175 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/ |
| D | enumerate_napi.h | 83 …FN_MACRO(napi_get_value_string_utf16, napi_env, env, napi_value, value, char16_t *, buf, size_t, b…
|