Searched refs:exHandle (Results 1 – 1 of 1) sorted by relevance
746 JSHandle<JSTaggedValue> exHandle(thread, thread->GetException()); in HandleUncaughtException() local748 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()