Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp746 JSHandle<JSTaggedValue> exHandle(thread, thread->GetException()); in HandleUncaughtException() local
748 if (exHandle->IsJSError()) { in HandleUncaughtException()
750 JSHandle<EcmaString> name(JSObject::GetProperty(thread, exHandle, nameKey).GetValue()); in HandleUncaughtException()
752 JSHandle<EcmaString> msg(JSObject::GetProperty(thread, exHandle, msgKey).GetValue()); in HandleUncaughtException()
755 JSHandle<EcmaString> ecmaStr = JSTaggedValue::ToString(thread, exHandle); in HandleUncaughtException()