Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/fml/platform/android/
Djni_util.cc157 ScopedJavaLocalRef<jstring> exception_string( in GetJavaExceptionInfo() local
165 return JavaStringToString(env, exception_string.obj()); in GetJavaExceptionInfo()
/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py276 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:]
/third_party/node/src/
Dnode_crypto.cc370 Local<String> exception_string = Local<String>()) const { in ToException()
371 if (exception_string.IsEmpty()) { in ToException()
376 auto exception_string = in ToException() local
381 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() local
418 if (!errors.ToException(env, exception_string).ToLocal(&exception)) in ThrowCryptoError()
/third_party/json/test/thirdparty/doctest/
Ddoctest.h1385 const char* exception_type = "", const char* exception_string = "");
4460 const char* exception_type, const char* exception_string) {
4470 m_exception_string = exception_string;