Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp325 static std::optional<std::string> GetErrorStack(napi_env env, napi_value jsErr) in GetErrorStack() function
364 auto resStk = GetErrorStack(env, valuePending); in NapiTryDumpStack()
384 auto resStk = GetErrorStack(env, jsErr); in NapiTryDumpStack()