Home
last modified time | relevance | path

Searched refs:exception_tag (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-notification.hpp191 struct exception_tag {}; struct
195 type make_on_error(exception_tag&&, Exception&& e) { in make_on_error()
221 exception_ptr_tag, exception_tag>::type(), in on_error()
/external/v8/src/wasm/
Dfunction-body-decoder.cc447 TFNode* exception_tag = BUILD(ConvertExceptionTagToRuntimeId, imm.index); in CatchException() local
448 compare_i32 = BUILD(Binop, kExprI32Eq, caught_tag, exception_tag); in CatchException()