ReactOS 0.4.17-dev-357-ga8f14ff
_dispex_prop_t Struct Reference
Collaboration diagram for _dispex_prop_t:

Public Attributes

WCHARname
 
unsigned hash
 
prop_type_t type
 
DWORD flags
 
union {
   jsval_t   val
 
   const builtin_prop_t *   p
 
   DWORD   ref
 
   unsigned   id
 
   struct {
      jsdisp_t *   getter
 
      jsdisp_t *   setter
 
   }   accessor
 
u
 
int bucket_head
 
int bucket_next
 

Detailed Description

Definition at line 42 of file dispex.c.

Member Data Documentation

◆ 

◆ bucket_head

int _dispex_prop_t::bucket_head

Definition at line 59 of file dispex.c.

Referenced by init_dispex().

◆ bucket_next

int _dispex_prop_t::bucket_next

Definition at line 60 of file dispex.c.

Referenced by alloc_prop(), and init_dispex().

◆ flags

◆ getter

jsdisp_t* _dispex_prop_t::getter

Definition at line 54 of file dispex.c.

◆ hash

unsigned _dispex_prop_t::hash

Definition at line 44 of file dispex.c.

Referenced by alloc_prop(), DispatchEx_GetTypeInfo(), fill_protrefs(), and find_prop_name_prot().

◆ id

unsigned _dispex_prop_t::id

◆ name

◆ p

const builtin_prop_t* _dispex_prop_t::p

Definition at line 50 of file dispex.c.

Referenced by find_prop_name(), prop_get(), and prop_put().

◆ ref

DWORD _dispex_prop_t::ref

◆ setter

jsdisp_t* _dispex_prop_t::setter

Definition at line 55 of file dispex.c.

◆ type

◆ 

◆ val


The documentation for this struct was generated from the following file: