ReactOS 0.4.15-dev-7788-g1ad9096
_jsval_t Struct Reference

#include <jsval.h>

Collaboration diagram for _jsval_t:

Public Attributes

jsval_type_t type
 
union {
   IDispatch *   obj
 
   jsstr_t *   str
 
   double   n
 
   BOOL   b
 
   VARIANT *   v
 
u
 

Detailed Description

Definition at line 54 of file jsval.h.

Member Data Documentation

◆ b

BOOL _jsval_t::b

Definition at line 75 of file jsval.h.

◆ n

double _jsval_t::n

Definition at line 74 of file jsval.h.

◆ obj

IDispatch* _jsval_t::obj

Definition at line 72 of file jsval.h.

◆ str

jsstr_t* _jsval_t::str

Definition at line 73 of file jsval.h.

◆ type

jsval_type_t _jsval_t::type

Definition at line 70 of file jsval.h.

◆ 

union { ... } _jsval_t::u

◆ v

VARIANT* _jsval_t::v

Definition at line 76 of file jsval.h.


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