#include <stree_t.h>
Data Fields | |
builtin_proc_t | bi_handler |
Builtin handler for builtin procedures. | |
stree_block_t * | body |
Main block for regular procedures. | |
stree_symbol * | outer_symbol |
Symbol (function or property) containing the procedure. |
Procedure is the common term for a getter, setter or function body. A procedure can be invoked. However, the arguments are specified by the containing symbol.
Definition at line 559 of file stree_t.h.