ReactOS 0.4.16-dev-736-g28b802b
|
Public Attributes | |
jsdisp_t | dispex |
IEnumVARIANT * | enumvar |
jsval_t | item |
BOOL | atend |
Definition at line 27 of file enumerator.c.
BOOL EnumeratorInstance::atend |
Definition at line 33 of file enumerator.c.
Referenced by create_enumerator().
jsdisp_t EnumeratorInstance::dispex |
Definition at line 28 of file enumerator.c.
Referenced by alloc_enumerator(), create_enumerator(), and create_enumerator_constr().
IEnumVARIANT* EnumeratorInstance::enumvar |
Definition at line 30 of file enumerator.c.
Referenced by create_enumerator().
jsval_t EnumeratorInstance::item |
Definition at line 32 of file enumerator.c.