|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <jscript.h>

Public Attributes | |
| IDispatchEx | IDispatchEx_iface |
| LONG | ref |
| DWORD | buf_size |
| DWORD | prop_cnt |
| dispex_prop_t * | props |
| script_ctx_t * | ctx |
| jsdisp_t * | prototype |
| const builtin_info_t * | builtin_info |
| DWORD jsdisp_t::buf_size |
Definition at line 235 of file jscript.h.
Referenced by init_dispex().
| const builtin_info_t* jsdisp_t::builtin_info |
Definition at line 242 of file jscript.h.
Referenced by exec_source(), init_dispex(), is_class(), jsdisp_call_value(), Object_toString(), and prop_get().
| script_ctx_t* jsdisp_t::ctx |
Definition at line 238 of file jscript.h.
Referenced by detach_arguments_object(), disp_call(), disp_call_value(), Function_invoke(), get_argument_ref(), init_dispex(), and jsdisp_call_value().
| IDispatchEx jsdisp_t::IDispatchEx_iface |
Definition at line 231 of file jscript.h.
Referenced by bind_event_target(), init_dispex(), jsdisp_define_properties(), and to_disp().
| DWORD jsdisp_t::prop_cnt |
Definition at line 236 of file jscript.h.
Referenced by init_dispex().
| dispex_prop_t* jsdisp_t::props |
Definition at line 237 of file jscript.h.
Referenced by init_dispex(), prop_get(), and prop_put().
| jsdisp_t* jsdisp_t::prototype |
Definition at line 240 of file jscript.h.
Referenced by init_dispex(), interp_instanceof(), prop_get(), and prop_put().
| LONG jsdisp_t::ref |
Definition at line 233 of file jscript.h.
Referenced by detach_arguments_object(), init_dispex(), jsdisp_addref(), and jsdisp_release().