ReactOS 0.4.16-dev-732-g2d1144a
|
Public Types | |
enum | { EXPRVAL_JSVAL , EXPRVAL_IDREF , EXPRVAL_STACK_REF , EXPRVAL_INVALID } |
Public Attributes | |
enum exprval_t:: { ... } | type |
union { | |
jsval_t val | |
struct { | |
IDispatch * disp | |
DISPID id | |
} idref | |
unsigned off | |
HRESULT hres | |
} | u |
anonymous enum |
Enumerator | |
---|---|
EXPRVAL_JSVAL | |
EXPRVAL_IDREF | |
EXPRVAL_STACK_REF | |
EXPRVAL_INVALID |
HRESULT exprval_t::hres |
Definition at line 65 of file engine.c.
Referenced by identifier_value(), and interp_forin().
struct { ... } exprval_t::idref |
Referenced by interp_delete_ident().
enum { ... } exprval_t::type |
Referenced by identifier_value(), interp_delete_ident(), interp_identifier_ref(), and interp_typeofident().
union { ... } exprval_t::u |
Referenced by identifier_value(), interp_delete_ident(), and interp_forin().