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.cpp276 std::string stacktraceMsg; in NapiTryDumpStack() local
289 stacktraceMsg = resStk.has_value() ? resStk.value() : "failed to stringify probe exception"; in NapiTryDumpStack()
292 return stacktraceMsg + pendingErrorMsg; in NapiTryDumpStack()