#include <stype_t.h>
Data Fields | |
| list_t | block_vr |
| Block activation records. | |
| int | bstat_cnt |
| Number of active breakable statements (for break checking). | |
| stree_proc * | proc |
| Definition of function or property being invoked. | |
A procedure can be a member function or a property getter or setter. A procedure visit record is created whenever stype (the static typing pass) enters a procedure.
Definition at line 50 of file stype_t.h.
1.4.7