|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| WCHAR * | name |
| unsigned | hash |
| prop_type_t | type |
| DWORD | flags |
| union { | |
| jsval_t val | |
| const builtin_prop_t * p | |
| DWORD ref | |
| unsigned idx | |
| struct { | |
| jsdisp_t * getter | |
| jsdisp_t * setter | |
| } accessor | |
| } | u |
| int | bucket_head |
| int | bucket_next |
| struct { ... } _dispex_prop_t::accessor |
Referenced by jsdisp_define_property(), jsdisp_free(), jsdisp_get_own_property(), prop_get(), and prop_put().
| int _dispex_prop_t::bucket_next |
Definition at line 57 of file dispex.c.
Referenced by alloc_prop().
| DWORD _dispex_prop_t::flags |
Definition at line 43 of file dispex.c.
Referenced by alloc_prop(), delete_prop(), ensure_prop_name(), fill_protrefs(), get_flags(), invoke_prop_func(), jsdisp_define_property(), jsdisp_get_own_property(), and prop_put().
| unsigned _dispex_prop_t::hash |
Definition at line 41 of file dispex.c.
Referenced by alloc_prop(), and fill_protrefs().
| unsigned _dispex_prop_t::idx |
Definition at line 49 of file dispex.c.
Referenced by find_prop_name(), prop_get(), and prop_put().
| WCHAR* _dispex_prop_t::name |
Definition at line 40 of file dispex.c.
Referenced by alloc_prop(), DispatchEx_GetMemberName(), fill_protrefs(), find_prop_name_prot(), invoke_prop_func(), jsdisp_free(), jsdisp_next_prop(), prop_get(), and prop_put().
| const builtin_prop_t* _dispex_prop_t::p |
Definition at line 47 of file dispex.c.
Referenced by find_prop_name(), init_dispex(), invoke_prop_func(), prop_get(), and prop_put().
| DWORD _dispex_prop_t::ref |
Definition at line 48 of file dispex.c.
Referenced by fill_protrefs(), get_flags(), invoke_prop_func(), prop_get(), and prop_put().
| prop_type_t _dispex_prop_t::type |
Definition at line 42 of file dispex.c.
Referenced by alloc_prop(), delete_prop(), DispatchEx_GetMemberName(), DispatchEx_InvokeEx(), ensure_prop_name(), fill_protrefs(), find_prop_name_prot(), get_flags(), init_dispex(), init_dispex_from_constr(), invoke_prop_func(), jsdisp_define_property(), jsdisp_free(), jsdisp_get_id(), jsdisp_get_idx(), jsdisp_get_own_property(), jsdisp_next_prop(), jsdisp_propget_name(), prop_get(), and prop_put().
| union { ... } _dispex_prop_t::u |
| jsval_t _dispex_prop_t::val |
Definition at line 46 of file dispex.c.
Referenced by delete_prop(), ensure_prop_name(), invoke_prop_func(), jsdisp_define_property(), jsdisp_free(), prop_get(), and prop_put().