dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
_d_throwc
rt
deh_win32
The compiler converts: throw h; into a call to: _d_throwc(h);
version(Win32)
extern (
C
)
void
_d_throwc
(
Throwable
h
)
Meta
Source
See Implementation
rt
deh_win32
functions
_d_eh_swapContext
_d_exception_filter
_d_framehandler
_d_local_unwind
_d_local_unwind2
_d_monitor_epilog
_d_monitor_handler
_d_monitor_prolog
_d_throwc
_d_translate_se_to_d_exception
skipCollateralExceptions
The compiler converts: throw h; into a call to: _d_throwc(h);