Searched refs:exception_string (Results 1 – 4 of 4) sorted by relevance
157 ScopedJavaLocalRef<jstring> exception_string( in GetJavaExceptionInfo() local165 return JavaStringToString(env, exception_string.obj()); in GetJavaExceptionInfo()
276 self.exception_string = ''720 if self.exception_string:721 result += "Exception hint: %s\n" % (self.exception_string)722 self.exception_string = ""741 self.exception_string += data[1:]744 self.exception_string += data[1:]
370 Local<String> exception_string = Local<String>()) const { in ToException()371 if (exception_string.IsEmpty()) { in ToException()376 auto exception_string = in ToException() local381 return copy.ToException(env, exception_string); in ToException()384 Local<Value> exception_v = Exception::Error(exception_string); in ToException()413 Local<String> exception_string = in ThrowCryptoError() local418 if (!errors.ToException(env, exception_string).ToLocal(&exception)) in ThrowCryptoError()
1385 const char* exception_type = "", const char* exception_string = "");4460 const char* exception_type, const char* exception_string) {4470 m_exception_string = exception_string;