|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <engine.h>

| unsigned _call_frame_t::argc |
Definition at line 293 of file engine.h.
Referenced by alloc_detached_vars(), exec_source(), print_backtrace(), and setup_arguments_object().
| jsdisp_t* _call_frame_t::arguments_obj |
Definition at line 290 of file engine.h.
Referenced by Arguments_get_caller(), detach_arguments_object(), detach_variable_object(), Function_get_arguments(), pop_call_frame(), and setup_arguments_object().
| unsigned _call_frame_t::arguments_off |
Definition at line 295 of file engine.h.
Referenced by alloc_detached_vars(), detach_arguments_object(), local_off(), setup_scope(), and stack_topn_exprval().
| scope_chain_t* _call_frame_t::base_scope |
Definition at line 283 of file engine.h.
Referenced by alloc_detached_vars(), detach_scope(), detach_scope_chain(), detach_variable_object(), enter_bytecode(), exec_source(), interp_local(), interp_local_ref(), pop_call_frame(), print_backtrace(), scope_init_locals(), setup_arguments_object(), setup_scope(), stack_topn_exprval(), and unwind_exception().
| bytecode_t* _call_frame_t::bytecode |
Definition at line 299 of file engine.h.
Referenced by builtin_eval(), enter_bytecode(), exec_source(), get_op_bstr(), get_op_double(), get_op_int(), get_op_str(), get_op_uint(), interp_func(), pop_call_frame(), print_backtrace(), scope_init_locals(), setup_scope(), and unwind_exception().
| except_frame_t* _call_frame_t::except_frame |
Definition at line 280 of file engine.h.
Referenced by interp_pop_except(), interp_push_except(), and unwind_exception().
| DWORD _call_frame_t::flags |
Definition at line 291 of file engine.h.
Referenced by builtin_eval(), enter_bytecode(), exec_source(), interp_ret(), print_backtrace(), and unwind_exception().
| function_code_t* _call_frame_t::function |
Definition at line 300 of file engine.h.
Referenced by alloc_detached_vars(), detach_scope(), exec_source(), interp_func(), local_name(), print_backtrace(), scope_init_locals(), setup_scope(), and stack_topn_exprval().
| jsdisp_t* _call_frame_t::function_instance |
Definition at line 288 of file engine.h.
Referenced by Arguments_get_caller(), detach_scope(), exec_source(), Function_get_arguments(), Function_get_caller(), pop_call_frame(), and setup_arguments_object().
| unsigned _call_frame_t::ip |
Definition at line 279 of file engine.h.
Referenced by enter_bytecode(), exec_source(), get_op_bstr(), get_op_double(), get_op_int(), get_op_str(), get_op_uint(), interp_end_finally(), interp_pop_except(), print_backtrace(), and unwind_exception().
| unsigned _call_frame_t::pop_locals |
Definition at line 294 of file engine.h.
Referenced by pop_call_frame(), and setup_scope().
| unsigned _call_frame_t::pop_variables |
Definition at line 297 of file engine.h.
Referenced by pop_call_frame(), and setup_scope().
| struct _call_frame_t* _call_frame_t::prev_frame |
Definition at line 302 of file engine.h.
Referenced by Arguments_get_caller(), exec_source(), Function_get_arguments(), Function_get_caller(), pop_call_frame(), and print_backtrace().
| jsval_t _call_frame_t::ret |
Definition at line 285 of file engine.h.
Referenced by exec_source(), interp_ret(), interp_setret(), pop_call_frame(), and steal_ret().
| scope_chain_t* _call_frame_t::scope |
Definition at line 282 of file engine.h.
Referenced by builtin_eval(), enter_bytecode(), exec_source(), interp_func(), interp_push_block_scope(), interp_push_except(), pop_call_frame(), scope_init_locals(), setup_scope(), stack_topn_exprval(), and unwind_exception().
| unsigned _call_frame_t::stack_base |
Definition at line 281 of file engine.h.
Referenced by enter_bytecode(), exec_source(), pop_call_frame(), and unwind_exception().
| IDispatch* _call_frame_t::this_obj |
Definition at line 287 of file engine.h.
Referenced by builtin_eval(), exec_source(), interp_ret(), pop_call_frame(), and print_backtrace().
| jsdisp_t* _call_frame_t::variable_obj |
Definition at line 289 of file engine.h.
Referenced by detach_scope(), detach_variable_object(), exec_source(), pop_call_frame(), and scope_init_locals().
| unsigned _call_frame_t::variables_off |
Definition at line 296 of file engine.h.
Referenced by local_off(), setup_scope(), and stack_topn_exprval().