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

Public Attributes | |
| jsdisp_t | dispex |
| IDispatch * | obj |
| unsigned int | scope_index |
| struct vars_buffer * | detached_vars |
| struct _call_frame_t * | frame |
| struct _scope_chain_t * | next |
| struct vars_buffer* _scope_chain_t::detached_vars |
Definition at line 237 of file engine.h.
Referenced by alloc_detached_vars(), detach_arguments_object(), get_argument_ref(), get_detached_var_dispid(), get_detached_var_ref(), scope_destructor(), scope_gc_traverse(), scope_lookup_prop(), scope_prop_get(), and scope_prop_put().
| jsdisp_t _scope_chain_t::dispex |
Definition at line 234 of file engine.h.
Referenced by Arguments_gc_traverse(), get_detached_var_dispid(), identifier_eval(), InterpretedFunction_gc_traverse(), pop_call_frame(), scope_addref(), scope_lookup_prop(), scope_push(), scope_release(), and stack_topn_exprval().
| struct _call_frame_t* _scope_chain_t::frame |
Definition at line 238 of file engine.h.
Referenced by detach_arguments_object(), detach_scope(), detach_variable_object(), get_argument_ref(), identifier_eval(), interp_local(), interp_local_ref(), print_backtrace(), scope_init_locals(), scope_push(), setup_scope(), and stack_topn_exprval().
| struct _scope_chain_t* _scope_chain_t::next |
Definition at line 239 of file engine.h.
Referenced by detach_scope_chain(), identifier_eval(), scope_destructor(), scope_gc_traverse(), scope_pop(), scope_push(), and stack_topn_exprval().
| IDispatch* _scope_chain_t::obj |
Definition at line 235 of file engine.h.
Referenced by detach_arguments_object(), detach_scope(), detach_variable_object(), identifier_eval(), scope_destructor(), scope_gc_traverse(), scope_init_locals(), scope_push(), setup_arguments_object(), and stack_topn_exprval().
Definition at line 236 of file engine.h.
Referenced by detach_scope(), get_detached_var_ref(), identifier_eval(), interp_push_block_scope(), scope_init_locals(), and scope_push().