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/
Dinterop_context.cpp295 [[noreturn]] void InteropCtx::Fatal(const char *msg) in Fatal() function in panda::ets::interop::js::InteropCtx
Dets_vm_plugin.cpp41 static napi_value Fatal([[maybe_unused]] napi_env env, [[maybe_unused]] napi_callback_info info) in Fatal() function
Dinterop_context.h406 [[noreturn]] static void Fatal(const std::string &msg) in Fatal() function