#include <run_t.h>
Data Fields | |
list_t | block_ar |
Block activation records. | |
rdata_var * | obj |
Object on which the procedure is being invoked or NULL . | |
stree_proc * | proc |
Procedure being invoked. | |
rdata_item * | retval |
Procedure return value or NULL if not set. |
A procedure can be a member function, a named property or an indexed property. A procedure activation record is created whenever a procedure is invoked.
Definition at line 53 of file run_t.h.