Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp372 std::string stacktraceMsg; in NapiTryDumpStack() local
385 stacktraceMsg = resStk.has_value() ? resStk.value() : "failed to stringify probe exception"; in NapiTryDumpStack()
388 return stacktraceMsg + pendingErrorMsg; in NapiTryDumpStack()