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

Public Attributes | |
| BSTR | name |
| int | local_ref |
| BSTR | event_target |
| unsigned | instr_off |
| const WCHAR * | source |
| unsigned | source_len |
| unsigned | func_cnt |
| struct _function_code_t * | funcs |
| unsigned | var_cnt |
| struct { | |
| BSTR name | |
| int func_id | |
| } * | variables |
| unsigned | param_cnt |
| BSTR * | params |
| unsigned | locals_cnt |
| local_ref_t * | locals |
| unsigned _function_code_t::func_cnt |
Definition at line 154 of file engine.h.
Referenced by exec_source(), and setup_scope().
| struct _function_code_t* _function_code_t::funcs |
Definition at line 155 of file engine.h.
Referenced by exec_source(), interp_func(), and setup_scope().
| unsigned _function_code_t::instr_off |
Definition at line 149 of file engine.h.
Referenced by exec_source().
| local_ref_t* _function_code_t::locals |
Definition at line 167 of file engine.h.
Referenced by detach_variable_object(), and lookup_local().
| unsigned _function_code_t::locals_cnt |
Definition at line 166 of file engine.h.
Referenced by detach_variable_object(), and lookup_local().
| BSTR _function_code_t::name |
Definition at line 146 of file engine.h.
Referenced by print_backtrace().
| unsigned _function_code_t::param_cnt |
Definition at line 163 of file engine.h.
Referenced by create_source_function(), detach_arguments_object(), get_argument_ref(), and setup_scope().
| BSTR* _function_code_t::params |
Definition at line 164 of file engine.h.
Referenced by Arguments_idx_get(), Arguments_idx_put(), detach_arguments_object(), local_name(), print_backtrace(), and stack_topn_exprval().
Definition at line 151 of file engine.h.
Referenced by InterpretedFunction_toString().
| unsigned _function_code_t::source_len |
Definition at line 152 of file engine.h.
Referenced by InterpretedFunction_toString().
| unsigned _function_code_t::var_cnt |
Definition at line 157 of file engine.h.
Referenced by exec_source(), setup_scope(), and stack_topn_exprval().
| struct { ... } * _function_code_t::variables |
Referenced by exec_source(), local_name(), and stack_topn_exprval().