|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#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 |
| local_ref_scopes_t * | local_scopes |
| unsigned | local_scope_count |
| unsigned int | scope_index |
| bytecode_t * | bytecode |
| bytecode_t* _function_code_t::bytecode |
Definition at line 185 of file engine.h.
Referenced by DispatchEx_GetTypeInfo(), and scope_destructor().
| unsigned _function_code_t::func_cnt |
Definition at line 168 of file engine.h.
Referenced by exec_source(), and setup_scope().
| struct _function_code_t* _function_code_t::funcs |
Definition at line 169 of file engine.h.
Referenced by exec_source(), interp_func(), scope_init_locals(), and setup_scope().
| unsigned _function_code_t::instr_off |
Definition at line 163 of file engine.h.
Referenced by exec_source().
| local_ref_scopes_t* _function_code_t::local_scopes |
Definition at line 180 of file engine.h.
Referenced by detach_scope(), lookup_local(), and scope_init_locals().
| BSTR _function_code_t::name |
Definition at line 160 of file engine.h.
Referenced by print_backtrace().
| unsigned _function_code_t::param_cnt |
Definition at line 177 of file engine.h.
Referenced by create_source_function(), and setup_scope().
| BSTR* _function_code_t::params |
Definition at line 178 of file engine.h.
Referenced by local_name(), print_backtrace(), and stack_topn_exprval().
Definition at line 165 of file engine.h.
Referenced by InterpretedFunction_toString().
| unsigned _function_code_t::source_len |
Definition at line 166 of file engine.h.
Referenced by InterpretedFunction_toString().
| unsigned _function_code_t::var_cnt |
Definition at line 171 of file engine.h.
Referenced by exec_source(), setup_scope(), and stack_topn_exprval().
| struct { ... } * _function_code_t::variables |
Referenced by detach_scope(), exec_source(), local_name(), scope_init_locals(), and stack_topn_exprval().