Home
last modified time | relevance | path

Searched defs:Fatal (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp44 static napi_value Fatal([[maybe_unused]] napi_env env, [[maybe_unused]] napi_callback_info info) in Fatal() function
Dinterop_context.h377 [[noreturn]] static void Fatal(const std::string &msg) in Fatal() function
Dinterop_context.cpp391 [[noreturn]] void InteropCtx::Fatal(const char *msg) in Fatal() function in ark::ets::interop::js::InteropCtx