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

| DWORD jsdisp_t::buf_size |
Definition at line 211 of file jscript.h.
Referenced by init_dispex().
| const builtin_info_t* jsdisp_t::builtin_info |
Definition at line 218 of file jscript.h.
Referenced by exec_source(), exprval_call(), gc_run(), get_host_dispatch(), init_dispex(), is_class(), jsdisp_call_value(), Object_toString(), prop_get(), and unlink_jsdisp().
| script_ctx_t* jsdisp_t::ctx |
Definition at line 214 of file jscript.h.
Referenced by detach_arguments_object(), disp_call(), disp_call_name(), disp_call_value_with_caller(), disp_propget(), disp_propput(), disp_propput_name(), Function_invoke(), get_argument_ref(), HostObject_prop_get(), HostObject_prop_put(), init_dispex(), interp_call_eval(), jsdisp_call(), jsdisp_call_name(), jsdisp_call_value(), and variant_to_jsval().
Definition at line 219 of file jscript.h.
Referenced by init_dispex().
| BOOLEAN jsdisp_t::extensible |
Definition at line 207 of file jscript.h.
Referenced by init_dispex(), and jsdisp_get_id().
| BOOLEAN jsdisp_t::gc_marked |
Definition at line 208 of file jscript.h.
Referenced by gc_process_linked_val(), and gc_run().
| BOOLEAN jsdisp_t::is_constructor |
Definition at line 209 of file jscript.h.
Referenced by init_dispex().
| IWineJSDispatch jsdisp_t::IWineJSDispatch_iface |
Definition at line 202 of file jscript.h.
Referenced by init_dispex(), init_host_constructor(), to_disp(), and to_dispex().
| DWORD jsdisp_t::prop_cnt |
Definition at line 212 of file jscript.h.
Referenced by fix_protref_prop(), gc_run(), init_dispex(), and unlink_jsdisp().
| dispex_prop_t* jsdisp_t::props |
Definition at line 213 of file jscript.h.
Referenced by fix_protref_prop(), gc_run(), init_dispex(), prop_get(), prop_put(), and unlink_jsdisp().
| jsdisp_t* jsdisp_t::prototype |
Definition at line 216 of file jscript.h.
Referenced by fix_protref_prop(), gc_run(), init_dispex(), interp_instanceof(), jsdisp_change_prototype(), Object_get_proto_(), Object_isPrototypeOf(), prop_get(), prop_put(), and unlink_jsdisp().
| LONG jsdisp_t::ref |
Definition at line 204 of file jscript.h.
Referenced by detach_arguments_object(), gc_process_linked_val(), init_dispex(), and pop_call_frame().