|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Public Attributes | |
| unsigned | stack_top |
| scope_chain_t * | scope |
| unsigned | catch_off |
| unsigned | finally_off |
| except_frame_t * | next |
| unsigned _except_frame_t::catch_off |
Definition at line 37 of file engine.c.
Referenced by unwind_exception().
| unsigned _except_frame_t::finally_off |
Definition at line 38 of file engine.c.
Referenced by unwind_exception().
| except_frame_t* _except_frame_t::next |
Definition at line 40 of file engine.c.
Referenced by unwind_exception().
| scope_chain_t* _except_frame_t::scope |
Definition at line 36 of file engine.c.
Referenced by unwind_exception().
| unsigned _except_frame_t::stack_top |
Definition at line 35 of file engine.c.
Referenced by unwind_exception().