|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | VBArrayInstance |
Variables | |
| static const WCHAR | dimensionsW [] = {'d','i','m','e','n','s','i','o','n','s',0} |
| static const WCHAR | getItemW [] = {'g','e','t','I','t','e','m',0} |
| static const WCHAR | lboundW [] = {'l','b','o','u','n','d',0} |
| static const WCHAR | toArrayW [] = {'t','o','A','r','r','a','y',0} |
| static const WCHAR | uboundW [] = {'u','b','o','u','n','d',0} |
| static const builtin_prop_t | VBArray_props [] |
| static const builtin_info_t | VBArray_info |
|
static |
Definition at line 267 of file vbarray.c.
Referenced by create_vbarray(), create_vbarray_constr(), and VBArrayConstr_value().
| HRESULT create_vbarray | ( | script_ctx_t * | ctx, |
| SAFEARRAY * | sa, | ||
| jsdisp_t ** | ret | ||
| ) |
Definition at line 347 of file vbarray.c.
Referenced by to_object().
| HRESULT create_vbarray_constr | ( | script_ctx_t * | ctx, |
| jsdisp_t * | object_prototype, | ||
| jsdisp_t ** | ret | ||
| ) |
Definition at line 330 of file vbarray.c.
Referenced by init_constructors().
Definition at line 242 of file vbarray.c.
|
static |
Definition at line 52 of file vbarray.c.
|
inlinestatic |
Definition at line 37 of file vbarray.c.
Referenced by VBArray_destructor(), and vbarray_from_vdisp().
|
inlinestatic |
Definition at line 42 of file vbarray.c.
Referenced by vbarray_this().
|
static |
Definition at line 68 of file vbarray.c.
|
static |
Definition at line 111 of file vbarray.c.
|
inlinestatic |
Definition at line 47 of file vbarray.c.
Referenced by VBArray_dimensions(), VBArray_getItem(), VBArray_lbound(), VBArray_toArray(), and VBArray_ubound().
|
static |
Definition at line 142 of file vbarray.c.
|
static |
Definition at line 197 of file vbarray.c.
|
static |
|
static |
Definition at line 290 of file vbarray.c.
Referenced by create_vbarray_constr().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | jscript | ) |
|
static |
Definition at line 258 of file vbarray.c.
Referenced by alloc_vbarray().
|
static |