Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
Dnapi_impl.cpp40 napi_fatal_exception([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value err) in napi_fatal_exception() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/detail/
Denumerate_napi.h87 …FN_MACRO(napi_fatal_exception, napi_env, env, napi_value, err) …
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp309 NAPI_CHECK_FATAL(napi_fatal_exception(env, exp)); in JSRuntimeLoadModule()