ReactOS 0.4.16-dev-240-gdb5fa3b
|
#include <jscript.h>
Public Attributes | |
union { | |
IDispatch * disp | |
IDispatchEx * dispex | |
jsdisp_t * jsdisp | |
} | u |
DWORD | flags |
IDispatch* vdisp_t::disp |
Definition at line 142 of file jscript.h.
Referenced by Array_concat(), Function_apply(), get_string_val(), Object_hasOwnProperty(), Object_valueOf(), set_disp(), set_jsdisp(), String_trim(), and vdisp_release().
IDispatchEx* vdisp_t::dispex |
Definition at line 143 of file jscript.h.
Referenced by Array_unshift(), Object_hasOwnProperty(), and set_disp().
DWORD vdisp_t::flags |
Definition at line 146 of file jscript.h.
Referenced by Function_apply(), is_dispex(), is_jsdisp(), set_disp(), and set_jsdisp().
jsdisp_t* vdisp_t::jsdisp |
Definition at line 144 of file jscript.h.
Referenced by array_from_vdisp(), bool_from_vdisp(), date_this(), enumerator_from_vdisp(), function_from_vdisp(), Function_value(), get_jsdisp(), get_length(), is_vclass(), number_from_vdisp(), Object_hasOwnProperty(), Object_propertyIsEnumerable(), Object_toLocaleString(), regexp_from_vdisp(), set_disp(), set_jsdisp(), string_from_vdisp(), and vbarray_from_vdisp().
union { ... } vdisp_t::u |
Referenced by Array_concat(), array_from_vdisp(), Array_unshift(), bool_from_vdisp(), date_this(), enumerator_from_vdisp(), Function_apply(), function_from_vdisp(), Function_value(), get_jsdisp(), get_length(), get_string_val(), is_vclass(), number_from_vdisp(), Object_hasOwnProperty(), Object_propertyIsEnumerable(), Object_toLocaleString(), Object_valueOf(), regexp_from_vdisp(), set_disp(), set_jsdisp(), string_from_vdisp(), String_trim(), vbarray_from_vdisp(), and vdisp_release().