Searched refs:rethrow (Results 1 – 25 of 49) sorted by relevance
12
111 // Throwing an exception: throw / rethrow118 "rethrow \t$exn", "rethrow", 0x09>;120 // intrinsic. Will be converted to the real rethrow instruction later.
30 function rethrow() { function66 return typeof cb === 'function' ? cb : rethrow();
6 err.rethrow = true;
62 bool SetRethrowExceptions(bool rethrow) override;
553 bool CefV8ValueCToCpp::SetRethrowExceptions(bool rethrow) { in SetRethrowExceptions() argument561 int _retval = _struct->set_rethrow_exceptions(_struct, rethrow); in SetRethrowExceptions()
80 'rethrow',
51 rethrow;
328 rethrow;373 rethrow;388 rethrow;405 rethrow;422 rethrow;
69 rethrow;
553 int rethrow) { in v8value_set_rethrow_exceptions() argument562 CefV8ValueCppToC::Get(self)->SetRethrowExceptions(rethrow ? true : false); in v8value_set_rethrow_exceptions()
80 rethrow;
109 rethrow;
52 // throw / rethrow
705 virtual bool SetRethrowExceptions(bool rethrow) = 0;
88 rethrow;101 rethrow;
64 rethrow;
134 rethrow;160 rethrow;200 rethrow;862 rethrow;1259 rethrow;
537 int rethrow);
180 rethrow;
68 rethrow;
252 bool SetRethrowExceptions(bool rethrow) override;
35 rethrow;
232 rethrow;
30 rethrow;
11 …0, the library only catches `std::out_of_range` exceptions internally to rethrow them as [`json::o…