|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <cppexcept.h>

Public Attributes | |
| UINT | magic: 29 |
| UINT | bbt_flags: 3 |
| UINT | unwind_count |
| UINT | unwind_table |
| UINT | tryblock_count |
| UINT | tryblock |
| UINT | ipmap_count |
| UINT | ipmap |
| int | unwind_help |
| UINT | expect_list |
| UINT | flags |
Definition at line 117 of file cppexcept.h.
| UINT cxx_function_descr::bbt_flags |
Definition at line 120 of file cppexcept.h.
| UINT cxx_function_descr::expect_list |
Definition at line 128 of file cppexcept.h.
| UINT cxx_function_descr::flags |
Definition at line 129 of file cppexcept.h.
| UINT cxx_function_descr::ipmap |
Definition at line 126 of file cppexcept.h.
| UINT cxx_function_descr::ipmap_count |
Definition at line 125 of file cppexcept.h.
| UINT cxx_function_descr::magic |
Definition at line 119 of file cppexcept.h.
Referenced by CxxHandleV8Frame().
| UINT cxx_function_descr::tryblock |
Definition at line 124 of file cppexcept.h.
| UINT cxx_function_descr::tryblock_count |
Definition at line 123 of file cppexcept.h.
| UINT cxx_function_descr::unwind_count |
Definition at line 121 of file cppexcept.h.
| int cxx_function_descr::unwind_help |
Definition at line 127 of file cppexcept.h.
| UINT cxx_function_descr::unwind_table |
Definition at line 122 of file cppexcept.h.