Home
last modified time | relevance | path

Searched refs:exceptionId (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/exception_tracer/
H A DExceptionCounterLib.cpp124 auto exceptionId = in throwHandler() local
128 auto it = holder.find(exceptionId); in throwHandler()
135 holder.emplace(exceptionId, ExceptionStats{1, std::move(info)}); in throwHandler()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DExceptionHandling.cs552 ExceptionIDs exceptionId = default(ExceptionIDs); in RhThrowHwEx()
558 exceptionId = ExceptionIDs.NullReference; in RhThrowHwEx()
566 exceptionId = ExceptionIDs.NullReference; in RhThrowHwEx()
574 exceptionId = ExceptionIDs.DataMisaligned; in RhThrowHwEx()
580 exceptionId = ExceptionIDs.AccessViolation; in RhThrowHwEx()
584 exceptionId = ExceptionIDs.DivideByZero; in RhThrowHwEx()
588 exceptionId = ExceptionIDs.Overflow; in RhThrowHwEx()
599 if (exceptionId != default(ExceptionIDs)) in RhThrowHwEx()
601 exceptionToThrow = GetClasslibException(exceptionId, faultingCodeAddress); in RhThrowHwEx()
/dports/misc/actiona/actiona-3.10.1/gui/
H A Dactiondialog.cpp180 int exceptionId; in ActionDialog() local
185 exceptionId = i; in ActionDialog()
191 exceptionId = actionException->id(); in ActionDialog()
196 exceptionNameLabel->setProperty("id", exceptionId); in ActionDialog()
412 int exceptionId; in postInit() local
415 exceptionId = i; in postInit()
419 exceptionId = actionException->id(); in postInit()
423 … exceptionActionInstances.value(static_cast<ActionTools::ActionException::Exception>(exceptionId)); in postInit()
/dports/www/node10/node-v10.24.1/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc257 unsigned exceptionId = nextExceptionId(); in exceptionThrown() local
263 InspectedContext::contextId(context), exception, exceptionId); in exceptionThrown()
265 return exceptionId; in exceptionThrown()
269 unsigned exceptionId, in exceptionRevoked() argument
276 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
H A Dv8-console-message.h59 unsigned exceptionId);
H A Dv8-inspector-impl.h90 void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
H A Dv8-console-message.cc433 v8::Local<v8::Value> exception, unsigned exceptionId) { in createForException() argument
438 consoleMessage->m_exceptionId = exceptionId; in createForException()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativecompiledbindings.cpp479 quint8 exceptionId; member
487 quint8 exceptionId; member
495 quint8 exceptionId; member
504 quint8 exceptionId; member
1827 instr.store.exceptionId = exceptionId(node->expressionCast());
1881 instr.store.exceptionId = exceptionId(node->expressionCast());
1983 attach.attached.exceptionId = exceptionId(nameNodes.at(ii));
2075 find.find.exceptionId = exceptionId(nameNodes.at(ii));
2137 prop.find.exceptionId = exceptionId(nameNodes.at(ii));
2640 fetch.fetchAndSubscribe.exceptionId = exceptionId(node);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/inspector/
H A Dv8-inspector-impl.cc266 unsigned exceptionId = nextExceptionId(); in exceptionThrown() local
272 InspectedContext::contextId(context), exception, exceptionId); in exceptionThrown()
274 return exceptionId; in exceptionThrown()
278 unsigned exceptionId, in exceptionRevoked() argument
285 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
H A Dv8-console-message.h61 unsigned exceptionId);
H A Dv8-inspector-impl.h94 void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
H A Dv8-console-message.cc465 v8::Local<v8::Value> exception, unsigned exceptionId) { in createForException() argument
470 consoleMessage->m_exceptionId = exceptionId; in createForException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/inspector/
H A Dv8-inspector-impl.cc264 unsigned exceptionId = nextExceptionId(); in exceptionThrown() local
270 InspectedContext::contextId(context), exception, exceptionId); in exceptionThrown()
272 return exceptionId; in exceptionThrown()
276 unsigned exceptionId, in exceptionRevoked() argument
283 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
H A Dv8-console-message.h61 unsigned exceptionId);
H A Dv8-inspector-impl.h94 void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
H A Dv8-console-message.cc465 v8::Local<v8::Value> exception, unsigned exceptionId) { in createForException() argument
470 consoleMessage->m_exceptionId = exceptionId; in createForException()
/dports/lang/v8/v8-9.6.180.12/src/inspector/
H A Dv8-inspector-impl.cc274 unsigned exceptionId = nextExceptionId(); in exceptionThrown() local
280 InspectedContext::contextId(context), exception, exceptionId); in exceptionThrown()
282 return exceptionId; in exceptionThrown()
286 unsigned exceptionId, in exceptionRevoked() argument
293 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
H A Dv8-console-message.h62 unsigned exceptionId);
H A Dv8-inspector-impl.h97 void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/
H A Dv8-inspector.h271 virtual void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/
H A Dv8-inspector.h271 virtual void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
/dports/www/node10/node-v10.24.1/deps/v8/include/
H A Dv8-inspector.h271 virtual void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/include/
H A Dv8-inspector.h285 virtual void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/include/
H A Dv8-inspector.h289 virtual void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-inspector.h307 virtual void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,

123