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

Public Attributes | |
| LONG | ref |
| jsdisp_t * | jsobj |
| IDispatch * | obj |
| struct _call_frame_t * | frame |
| struct _scope_chain_t * | next |
| struct _call_frame_t* _scope_chain_t::frame |
Definition at line 206 of file engine.h.
Referenced by detach_arguments_object(), detach_variable_object(), get_argument_ref(), identifier_eval(), interp_local(), interp_local_ref(), print_backtrace(), scope_push(), setup_scope(), and stack_topn_exprval().
| jsdisp_t* _scope_chain_t::jsobj |
Definition at line 204 of file engine.h.
Referenced by Arguments_idx_get(), Arguments_idx_put(), detach_arguments_object(), detach_variable_object(), identifier_eval(), scope_push(), setup_arguments_object(), and stack_topn_exprval().
| struct _scope_chain_t* _scope_chain_t::next |
Definition at line 207 of file engine.h.
Referenced by identifier_eval(), scope_pop(), scope_push(), and scope_release().
| IDispatch* _scope_chain_t::obj |
Definition at line 205 of file engine.h.
Referenced by identifier_eval(), scope_push(), scope_release(), and stack_topn_exprval().
| LONG _scope_chain_t::ref |
Definition at line 203 of file engine.h.
Referenced by pop_call_frame(), scope_addref(), scope_push(), and scope_release().