Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
Djsvm_utils.cpp85 char stackStr[kBufSize]; in PrintException() local
86 OH_JSVM_GetValueStringUtf8(env, stack, stackStr, kBufSize, nullptr); in PrintException()
88 ss << "[PrintException] exception.stack: " << stackStr; in PrintException()