|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 45 of file engine.c.
Referenced by unwind_exception().
| unsigned _except_frame_t::finally_off |
Definition at line 46 of file engine.c.
Referenced by unwind_exception().
| except_frame_t* _except_frame_t::next |
Definition at line 48 of file engine.c.
Referenced by unwind_exception().
| scope_chain_t* _except_frame_t::scope |
Definition at line 44 of file engine.c.
Referenced by unwind_exception().
| unsigned _except_frame_t::stack_top |
Definition at line 43 of file engine.c.
Referenced by unwind_exception().