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

Public Attributes | |
| LONG | ref |
| instr_t * | instrs |
| heap_pool_t | heap |
| function_code_t | global_code |
| WCHAR * | source |
| BSTR * | bstr_pool |
| unsigned | bstr_pool_size |
| unsigned | bstr_cnt |
| jsstr_t ** | str_pool |
| unsigned | str_pool_size |
| unsigned | str_cnt |
| struct _bytecode_t * | next |
| function_code_t _bytecode_t::global_code |
Definition at line 178 of file engine.h.
Referenced by compile_script().
| heap_pool_t _bytecode_t::heap |
Definition at line 176 of file engine.h.
Referenced by init_code().
| instr_t* _bytecode_t::instrs |
Definition at line 175 of file engine.h.
Referenced by enter_bytecode(), get_op_bstr(), get_op_double(), get_op_int(), get_op_str(), get_op_uint(), init_code(), and unwind_exception().
| struct _bytecode_t* _bytecode_t::next |
Definition at line 190 of file engine.h.
Referenced by clear_script_queue(), and exec_queued_code().
| LONG _bytecode_t::ref |
Definition at line 173 of file engine.h.
Referenced by init_code().
| WCHAR* _bytecode_t::source |
Definition at line 180 of file engine.h.
Referenced by compile_script(), and init_code().