|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <vbscript.h>

Public Attributes | |
| instr_t * | instrs |
| WCHAR * | source |
| BOOL | option_explicit |
| BOOL | pending_exec |
| function_t | main_code |
| IDispatch * | context |
| BSTR * | bstr_pool |
| unsigned | bstr_pool_size |
| unsigned | bstr_cnt |
| heap_pool_t | heap |
| struct list | entry |
Definition at line 336 of file vbscript.h.
| unsigned _vbscode_t::bstr_cnt |
Definition at line 348 of file vbscript.h.
| BSTR* _vbscode_t::bstr_pool |
Definition at line 346 of file vbscript.h.
| unsigned _vbscode_t::bstr_pool_size |
Definition at line 347 of file vbscript.h.
| IDispatch* _vbscode_t::context |
Definition at line 344 of file vbscript.h.
Definition at line 351 of file vbscript.h.
| heap_pool_t _vbscode_t::heap |
Definition at line 349 of file vbscript.h.
Referenced by compiler_alloc(), and compiler_alloc_zero().
| instr_t* _vbscode_t::instrs |
Definition at line 337 of file vbscript.h.
Referenced by exec_script().
| function_t _vbscode_t::main_code |
Definition at line 343 of file vbscript.h.
| BOOL _vbscode_t::option_explicit |
Definition at line 340 of file vbscript.h.
| BOOL _vbscode_t::pending_exec |
Definition at line 342 of file vbscript.h.
Referenced by exec_queued_code().
| WCHAR* _vbscode_t::source |
Definition at line 338 of file vbscript.h.