ReactOS 0.4.15-dev-7958-gcd0bb1a
_except_frame_t Struct Reference
Collaboration diagram for _except_frame_t:

Public Attributes

unsigned stack_top
 
scope_chain_tscope
 
unsigned catch_off
 
unsigned finally_off
 
except_frame_tnext
 

Detailed Description

Definition at line 42 of file engine.c.

Member Data Documentation

◆ catch_off

unsigned _except_frame_t::catch_off

Definition at line 45 of file engine.c.

Referenced by unwind_exception().

◆ finally_off

unsigned _except_frame_t::finally_off

Definition at line 46 of file engine.c.

Referenced by unwind_exception().

◆ next

except_frame_t* _except_frame_t::next

Definition at line 48 of file engine.c.

Referenced by unwind_exception().

◆ scope

scope_chain_t* _except_frame_t::scope

Definition at line 44 of file engine.c.

Referenced by unwind_exception().

◆ stack_top

unsigned _except_frame_t::stack_top

Definition at line 43 of file engine.c.

Referenced by unwind_exception().


The documentation for this struct was generated from the following file: