ReactOS 0.4.16-dev-401-g45b008d
|
#include <cppexcept.h>
Public Attributes | |
UINT | magic |
UINT | unwind_count |
const unwind_info * | unwind_table |
UINT | tryblock_count |
const tryblock_info * | tryblock |
UINT | ipmap_count |
const void * | ipmap |
const void * | expect_list |
UINT | flags |
Definition at line 93 of file cppexcept.h.
Definition at line 102 of file cppexcept.h.
UINT __cxx_function_descr::flags |
Definition at line 103 of file cppexcept.h.
Definition at line 101 of file cppexcept.h.
UINT __cxx_function_descr::ipmap_count |
Definition at line 100 of file cppexcept.h.
UINT __cxx_function_descr::magic |
Definition at line 95 of file cppexcept.h.
Referenced by CxxHandleV8Frame().
const tryblock_info* __cxx_function_descr::tryblock |
Definition at line 99 of file cppexcept.h.
UINT __cxx_function_descr::tryblock_count |
Definition at line 98 of file cppexcept.h.
UINT __cxx_function_descr::unwind_count |
Definition at line 96 of file cppexcept.h.
const unwind_info* __cxx_function_descr::unwind_table |
Definition at line 97 of file cppexcept.h.