Searched refs:msg_string (Results 1 – 1 of 1) sorted by relevance
3306 ScopedLocalRef<jstring> msg_string(GetJniEnv(), nullptr); in ThrowNewWrappedException() local3309 msg_string.reset( in ThrowNewWrappedException()3311 if (UNLIKELY(msg_string.get() == nullptr)) { in ThrowNewWrappedException()3338 exception->SetDetailMessage(DecodeJObject(msg_string.get())->AsString()); in ThrowNewWrappedException()3353 jv_args[i].l = msg_string.get(); in ThrowNewWrappedException()