Searched refs:unexpectedHandler (Results 1 – 2 of 2) sorted by relevance
163 unexpected_handler unexpectedHandler; member756 ex->unexpectedHandler = info->unexpectedHandler; in throw_exception()757 if (0 == ex->unexpectedHandler) in throw_exception()759 ex->unexpectedHandler = unexpectedHandler; in throw_exception()1395 if (ex->unexpectedHandler)1397 ex->unexpectedHandler();1439 info->unexpectedHandler = f;1501 info->unexpectedHandler();1506 unexpectedHandler();1532 if (info->unexpectedHandler)[all …]
104 unexpected_handler unexpectedHandler; member