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

Public Attributes | |
| jsclass_t | class |
| builtin_invoke_t | call |
| DWORD | props_cnt |
| const builtin_prop_t * | props |
| void(* | destructor )(jsdisp_t *) |
| ULONG(* | addref )(jsdisp_t *) |
| ULONG(* | release )(jsdisp_t *) |
| void(* | on_put )(jsdisp_t *, const WCHAR *) |
| HRESULT(* | lookup_prop )(jsdisp_t *, const WCHAR *, unsigned, struct property_info *) |
| HRESULT(* | next_prop )(jsdisp_t *, unsigned, struct property_info *) |
| HRESULT(* | prop_get )(jsdisp_t *, unsigned, jsval_t *) |
| HRESULT(* | prop_put )(jsdisp_t *, unsigned, jsval_t) |
| HRESULT(* | prop_delete )(jsdisp_t *, unsigned) |
| HRESULT(* | prop_config )(jsdisp_t *, unsigned, unsigned) |
| HRESULT(* | to_string )(jsdisp_t *, jsstr_t **) |
| HRESULT(* | gc_traverse )(struct gc_ctx *, enum gc_traverse_op, jsdisp_t *) |
| builtin_invoke_t builtin_info_t::call |
Definition at line 184 of file jscript.h.
Referenced by jsdisp_call_value().
| jsclass_t builtin_info_t::class |
Definition at line 183 of file jscript.h.
Referenced by create_named_item_script_obj(), exec_source(), exprval_call(), init_dispex(), is_class(), and Object_toString().
Definition at line 198 of file jscript.h.
Referenced by gc_run(), and unlink_jsdisp().
| HRESULT(* builtin_info_t::next_prop) (jsdisp_t *, unsigned, struct property_info *) |
Definition at line 193 of file jscript.h.
Referenced by prop_get().
| const builtin_prop_t* builtin_info_t::props |
Definition at line 197 of file jscript.h.
Referenced by Object_toString().