ReactOS 0.4.16-dev-401-g45b008d
|
#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 321 of file vbscript.h.
unsigned _function_t::arg_cnt |
Definition at line 326 of file vbscript.h.
arg_desc_t* _function_t::args |
Definition at line 325 of file vbscript.h.
unsigned _function_t::array_cnt |
Definition at line 330 of file vbscript.h.
array_desc_t* _function_t::array_descs |
Definition at line 329 of file vbscript.h.
vbscode_t* _function_t::code_ctx |
Definition at line 332 of file vbscript.h.
unsigned _function_t::code_off |
Definition at line 331 of file vbscript.h.
BOOL _function_t::is_public |
Definition at line 324 of file vbscript.h.
Definition at line 323 of file vbscript.h.
Referenced by lookup_funcs_name().
function_t* _function_t::next |
Definition at line 333 of file vbscript.h.
Referenced by compile_script(), and lookup_funcs_name().
function_type_t _function_t::type |
Definition at line 322 of file vbscript.h.
unsigned _function_t::var_cnt |
Definition at line 328 of file vbscript.h.
var_desc_t* _function_t::vars |
Definition at line 327 of file vbscript.h.