Home
last modified time | relevance | path

Searched refs:maybe_exception (Results 1 – 19 of 19) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/examples/
H A Dexception_handler.cpp8 int my_exception_handler(lua_State* L, sol::optional<const std::exception&> maybe_exception, sol::s… in my_exception_handler() argument
13 if (maybe_exception) { in my_exception_handler()
15 const std::exception& ex = *maybe_exception; in my_exception_handler()
/dports/devel/sol2/sol2-4.0.0-alpha/examples/source/
H A Dexception_handler.cpp7 int my_exception_handler(lua_State* L, sol::optional<const std::exception&> maybe_exception, sol::s… in my_exception_handler() argument
12 if (maybe_exception) { in my_exception_handler()
14 const std::exception& ex = *maybe_exception; in my_exception_handler()
/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Dmicrotask-queue.cc159 MaybeHandle<Object> maybe_exception; in RunMicrotasks() local
174 &maybe_exception); in RunMicrotasks()
183 if (maybe_result.is_null() && maybe_exception.is_null()) { in RunMicrotasks()
H A Disolate.cc1643 base::Optional<Object> maybe_exception = debug()->OnThrow(exception); in ThrowInternal() local
1644 if (maybe_exception.has_value()) { in ThrowInternal()
1645 return *maybe_exception; in ThrowInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/
H A Dmicrotask-queue.cc151 MaybeHandle<Object> maybe_exception; in RunMicrotasks() local
166 &maybe_exception); in RunMicrotasks()
175 if (maybe_result.is_null() && maybe_exception.is_null()) { in RunMicrotasks()
H A Disolate.cc1528 base::Optional<Object> maybe_exception = debug()->OnThrow(exception); in Throw() local
1529 if (maybe_exception.has_value()) { in Throw()
1530 return *maybe_exception; in Throw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/
H A Dmicrotask-queue.cc151 MaybeHandle<Object> maybe_exception; in RunMicrotasks() local
166 &maybe_exception); in RunMicrotasks()
175 if (maybe_result.is_null() && maybe_exception.is_null()) { in RunMicrotasks()
H A Disolate.cc1654 base::Optional<Object> maybe_exception = debug()->OnThrow(exception); in ThrowInternal() local
1655 if (maybe_exception.has_value()) { in ThrowInternal()
1656 return *maybe_exception; in ThrowInternal()
/dports/lang/v8/v8-9.6.180.12/src/inspector/
H A Dv8-console-message.cc401 v8::MaybeLocal<v8::Value> maybe_exception = m_arguments[0]->Get(isolate); in getAssociatedExceptionData() local
403 if (!maybe_exception.ToLocal(&exception)) return nullptr; in getAssociatedExceptionData()
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/IO/Handle/
H A DInternals.hs762 maybe_exception <-
779 return (Handle__{ haType = ClosedHandle, .. }, maybe_exception)
/dports/lang/elixir-devel/elixir-1.13.1/lib/logger/lib/logger/
H A Dtranslator.ex515 defp format_reason({maybe_exception, [_ | _] = maybe_stacktrace} = reason) do
523 {formatted, reason} = maybe_normalize(maybe_exception, maybe_stacktrace)
/dports/lang/elixir/elixir-1.12.3/lib/logger/lib/logger/
H A Dtranslator.ex516 defp format_reason({maybe_exception, [_ | _] = maybe_stacktrace} = reason) do
524 {formatted, reason} = maybe_normalize(maybe_exception, maybe_stacktrace)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dc-api.cc1480 i::Isolate* isolate, i::Handle<i::Object> maybe_exception) { in GetProperException() argument
1481 if (maybe_exception->IsJSReceiver()) { in GetProperException()
1482 return i::Handle<i::JSReceiver>::cast(maybe_exception); in GetProperException()
1485 i::Object::ToString(isolate, maybe_exception); in GetProperException()
1993 i::Handle<i::Object> maybe_exception(isolate->pending_exception(), in make() local
1996 store, GetProperException(isolate, maybe_exception)); in make()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dc-api.cc1626 i::Isolate* isolate, i::Handle<i::Object> maybe_exception) { in GetProperException() argument
1627 if (maybe_exception->IsJSReceiver()) { in GetProperException()
1628 return i::Handle<i::JSReceiver>::cast(maybe_exception); in GetProperException()
1631 i::Object::ToString(isolate, maybe_exception); in GetProperException()
2153 i::Handle<i::Object> maybe_exception(isolate->pending_exception(), in make() local
2156 store, GetProperException(isolate, maybe_exception)); in make()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dc-api.cc1488 i::Isolate* isolate, i::Handle<i::Object> maybe_exception) { in GetProperException() argument
1489 if (maybe_exception->IsJSReceiver()) { in GetProperException()
1490 return i::Handle<i::JSReceiver>::cast(maybe_exception); in GetProperException()
1493 i::Object::ToString(isolate, maybe_exception); in GetProperException()
2011 i::Handle<i::Object> maybe_exception(isolate->pending_exception(), in make() local
2014 store, GetProperException(isolate, maybe_exception)); in make()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-promise-gen.cc884 Node* const maybe_exception = CallJS( in TF_BUILTIN() local
888 GotoIfException(maybe_exception, &if_rejectpromise, &var_reason); in TF_BUILTIN()
/dports/www/node10/node-v10.24.1/deps/v8/src/debug/
H A Ddebug.cc626 MaybeHandle<Object> maybe_exception; in CallFunction() local
629 &maybe_exception); in CallFunction()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Disolate.cc3924 MaybeHandle<Object> maybe_exception; in Throw() local
3926 this, Execution::MessageHandling::kReport, &maybe_exception); in Throw()
3929 if (maybe_result.is_null() && maybe_exception.is_null()) { in Throw()
H A Dd8.cc968 MaybeLocal<Value> maybe_exception; in ExecuteModule() local