|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <vbscript.h>

Public Attributes | |
| function_type_t | type |
| const WCHAR * | name |
| BOOL | is_public |
| arg_desc_t * | args |
| unsigned | arg_cnt |
| var_desc_t * | vars |
| unsigned | var_cnt |
| array_desc_t * | array_descs |
| unsigned | array_cnt |
| unsigned | code_off |
| vbscode_t * | code_ctx |
| function_t * | next |
Definition at line 344 of file vbscript.h.
| unsigned _function_t::arg_cnt |
Definition at line 349 of file vbscript.h.
| arg_desc_t* _function_t::args |
Definition at line 348 of file vbscript.h.
| unsigned _function_t::array_cnt |
Definition at line 353 of file vbscript.h.
| array_desc_t* _function_t::array_descs |
Definition at line 352 of file vbscript.h.
| vbscode_t* _function_t::code_ctx |
Definition at line 355 of file vbscript.h.
| unsigned _function_t::code_off |
Definition at line 354 of file vbscript.h.
| BOOL _function_t::is_public |
Definition at line 347 of file vbscript.h.
Definition at line 346 of file vbscript.h.
Referenced by exec_global_code(), and lookup_funcs_name().
| function_t* _function_t::next |
Definition at line 356 of file vbscript.h.
Referenced by compile_script(), exec_global_code(), and lookup_funcs_name().
| function_type_t _function_t::type |
Definition at line 345 of file vbscript.h.
| unsigned _function_t::var_cnt |
Definition at line 351 of file vbscript.h.
| var_desc_t* _function_t::vars |
Definition at line 350 of file vbscript.h.