Searched refs:exception_string (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/crypto/ |
D | crypto_util.cc | 291 Local<String> exception_string) const { in SetFipsCrypto() 292 if (exception_string.IsEmpty()) { in SetFipsCrypto() 301 Local<String> exception_string; in SetFipsCrypto() local 306 last_error_string.size()).ToLocal(&exception_string)) { in SetFipsCrypto() 310 return copy.ToException(env, exception_string); in SetFipsCrypto() 313 Local<Value> exception_v = Exception::Error(exception_string); in SetFipsCrypto() 578 Local<String> exception_string; in SetFipsCrypto() local 581 if (!String::NewFromUtf8(env->isolate(), message).ToLocal(&exception_string)) in SetFipsCrypto() 585 if (!errors.ToException(env, exception_string).ToLocal(&exception) || in SetFipsCrypto()
|
D | crypto_util.h | 180 v8::Local<v8::String> exception_string = v8::Local<v8::String>()) const;
|
/third_party/jerryscript/jerry-debugger/ |
D | jerry_client_main.py | 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:]
|
/third_party/node/deps/v8/src/execution/ |
D | messages.cc | 151 stringified = isolate->factory()->exception_string(); in ReportMessage() 387 MaybeHandle<String> exception_string = in FormatStackTrace() local 389 if (exception_string.is_null()) { in FormatStackTrace() 396 builder.AppendString(exception_string.ToHandleChecked()); in FormatStackTrace()
|
/third_party/node/deps/v8/src/init/ |
D | heap-symbols.h | 234 V(_, exception_string, "exception") \
|
/third_party/node/deps/v8/src/d8/ |
D | d8.cc | 2760 const char* exception_string = ToCString(exception); in ReportException() local 2764 printf("%s\n", exception_string); in ReportException() 2770 exception_string); in ReportException() 2777 printf("%s:%i: %s\n", filename_string, linenum, exception_string); in ReportException()
|
/third_party/json/tests/thirdparty/doctest/ |
D | doctest.h | 1385 const char* exception_type = "", const char* exception_string = ""); 4460 const char* exception_type, const char* exception_string) { 4470 m_exception_string = exception_string;
|