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.cpp229 static std::optional<std::string> GetErrorStack(napi_env env, napi_value jsErr) in GetErrorStack() function
268 auto resStk = GetErrorStack(env, valuePending); in NapiTryDumpStack()
288 auto resStk = GetErrorStack(env, jsErr); in NapiTryDumpStack()